mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fixing missed variable name
This commit is contained in:
@@ -73,7 +73,7 @@ for (let arg of process.argv) {
|
||||
isBackgroundPage = true
|
||||
} else if (arg.indexOf('--app-path=') === 0) {
|
||||
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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user