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

Function onFatal

test/parallel/test-debugger-watchers.mjs:12–15  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

10const cli = startCLI([script]);
11
12function onFatal(error) {
13 cli.quit();
14 throw error;
15}
16
17// Stepping through breakpoints.
18try {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…