Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
10
const
cli = startCLI([script]);
11
12
function
onFatal(error) {
13
cli.quit();
14
throw error;
15
}
16
17
// Stepping through breakpoints.
18
try {
Callers
1
test-debugger-watchers.mjs
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…