File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ if not exist out yarn compile
3030set ELECTRON_RUN_AS_NODE = 1
3131set NODE_ENV = development
3232set 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
3434set ELECTRON_ENABLE_LOGGING = 1
3535set ELECTRON_ENABLE_STACK_DUMPING = 1
3636
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if not exist out yarn compile
2929set NODE_ENV = development
3030set VSCODE_DEV = 1
3131set 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
3333set ELECTRON_ENABLE_LOGGING = 1
3434set ELECTRON_ENABLE_STACK_DUMPING = 1
3535set VSCODE_LOGS =
You can’t perform that action at this time.
0 commit comments