Fixing missed variable name
This commit is contained in:
parent
3321f7d39c
commit
a05eb9047e
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ for (let arg of process.argv) {
|
||||||
isBackgroundPage = true
|
isBackgroundPage = true
|
||||||
} else if (arg.indexOf('--app-path=') === 0) {
|
} else if (arg.indexOf('--app-path=') === 0) {
|
||||||
appPath = arg.substr(arg.indexOf('=') + 1)
|
appPath = arg.substr(arg.indexOf('=') + 1)
|
||||||
} else if (arg.indexOf('--enable-webview-override=') === 0) {
|
} else if (arg.indexOf('--override-webview-security=') === 0) {
|
||||||
overrideWebViewSecurity = arg.substr(arg.indexOf('=') + 1)
|
overrideWebViewSecurity = arg.substr(arg.indexOf('=') + 1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue