MCPcopy 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

3let quitOnException = true;
4
5export function setQuitOnException(q: boolean) {
6 quitOnException = q;
7}
8
9process.on('uncaughtException', showError);
10process.on('unhandledRejection', showError);

Callers 1

guiMainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected