Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chieapp/chie
/ setQuitOnException
Function
setQuitOnException
src/controller/exception-handler.ts:5–7 ·
view source on GitHub ↗
(q: boolean)
Source
from the content-addressed store, hash-verified
3
let
quitOnException = true;
4
5
export
function
setQuitOnException(q: boolean) {
6
quitOnException = q;
7
}
8
9
process.on(
'uncaughtException'
, showError);
10
process.on(
'unhandledRejection'
, showError);
Callers
1
guiMain
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected