Move --ms-enable-electron-run-as-node to a later location (#136786)

* Move `--ms-enable-electron-run-as-node` to a later location, which is not fatal in Electron builds that don't know it

* undo bad change
This commit is contained in:
Alexandru Dima
2021-11-10 00:11:12 +01:00
committed by GitHub
parent a4ad395f23
commit e08e4d3fe1
13 changed files with 21 additions and 16 deletions

View File

@@ -24,7 +24,7 @@ set ELECTRON_ENABLE_LOGGING=1
set ELECTRON_ENABLE_STACK_DUMPING=1
:: Launch Code
%CODE% --ms-enable-electron-run-as-node --inspect=5874 out\cli.js %~dp0.. %*
%CODE% --inspect=5874 out\cli.js --ms-enable-electron-run-as-node %~dp0.. %*
goto end
:builtin