Skip to content

Commit 335dd17

Browse files
committed
dev - do not set ELECTRON_DEFAULT_ERROR_MODE on windows
1 parent 5d2ef75 commit 335dd17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/code-cli.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if not exist out yarn compile
3030
set ELECTRON_RUN_AS_NODE=1
3131
set NODE_ENV=development
3232
set VSCODE_DEV=1
33-
set ELECTRON_DEFAULT_ERROR_MODE=1
33+
REM set ELECTRON_DEFAULT_ERROR_MODE=1 TODO@ben to investigate if this helps with builds reporting stacks if renderer crashes
3434
set ELECTRON_ENABLE_LOGGING=1
3535
set ELECTRON_ENABLE_STACK_DUMPING=1
3636

scripts/code.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if not exist out yarn compile
2929
set NODE_ENV=development
3030
set VSCODE_DEV=1
3131
set VSCODE_CLI=1
32-
set ELECTRON_DEFAULT_ERROR_MODE=1
32+
REM set ELECTRON_DEFAULT_ERROR_MODE=1 TODO@ben to investigate if this helps with builds reporting stacks if renderer crashes
3333
set ELECTRON_ENABLE_LOGGING=1
3434
set ELECTRON_ENABLE_STACK_DUMPING=1
3535
set VSCODE_LOGS=

0 commit comments

Comments
 (0)