s/global/session in constants

This commit is contained in:
Samuel Attard 2017-09-17 01:10:01 +10:00 committed by Cheng Zhao
parent d2707315e6
commit d9359d8b6c
4 changed files with 15 additions and 15 deletions

View file

@ -87,7 +87,7 @@ for (let arg of process.argv) {
appPath = arg.substr(arg.indexOf('=') + 1)
} else if (arg.indexOf('--webview-tag=') === 0) {
webviewTag = arg.substr(arg.indexOf('=') + 1)
} else if (arg.indexOf('--global-preload') === 0) {
} else if (arg.indexOf('--session-preload') === 0) {
sessionPreloadScripts.push(arg.substr(arg.indexOf('=') + 1))
}
}