set ELECTRON_DEFAULT_ERROR_MODE when running code.bat and crash reporter is not enabled

This commit is contained in:
Benjamin Pasero 2015-12-01 15:26:04 +01:00
parent ebac96772e
commit 374cfd1507

View file

@ -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