set ELECTRON_DEFAULT_ERROR_MODE when running code.bat and crash reporter is not enabled
parent
ebac96772e
commit
374cfd1507
|
@ -15,6 +15,7 @@ if not exist out node .\node_modules\gulp\bin\gulp.js compile
|
|||
:: Configuration
|
||||
set NODE_ENV=development
|
||||
set VSCODE_DEV=1
|
||||
set ELECTRON_DEFAULT_ERROR_MODE=1
|
||||
set ELECTRON_ENABLE_LOGGING=1
|
||||
set ELECTRON_ENABLE_STACK_DUMPING=1
|
||||
|
||||
|
|
Loading…
Reference in New Issue