Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ onFatal
Function
onFatal
test/parallel/test-debugger-set-context-line-number.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
function
getLastLine(output) {
18
const
splittedByLine = output.split(
';'
);
Callers
1
test-debugger-set-context-line-number.mjs
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected