MCPcopy Index your code
hub / github.com/nodejs/node / exitCodeZero

Method exitCodeZero

lib/internal/debugger/inspect.js:109–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 // Handle all possible exits
108 process.on('exit', () => this.killChild());
109 const exitCodeZero = () => process.exit(kNoFailure);
110 process.once('SIGTERM', exitCodeZero);
111 process.once('SIGHUP', exitCodeZero);
112

Callers

nothing calls this directly

Calls 1

exitMethod · 0.45

Tested by

no test coverage detected