diff --git a/src/bootstrap.js b/src/bootstrap.js index 6e47c31..4aec26f 100644 --- a/src/bootstrap.js +++ b/src/bootstrap.js @@ -23,7 +23,7 @@ const fatal = e => { detail: e?.stack ?? String(e) }).then(() => app.quit()); }; -// process.on('uncaughtException', fatal); +process.on('uncaughtException', console.error); const splash = require('./splash');