Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ cancelRestarts
Function
cancelRestarts
test/sequential/test-watch-mode.mjs:120–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
118
const
child = spawn(execPath, args, { encoding:
'utf8'
, stdio:
'pipe'
, ...options });
119
let
completes = 0;
120
let
cancelRestarts = () => {};
121
let
stderr =
''
;
122
const
stdout = [];
123
Callers
2
runWriteSucceed
Function · 0.70
failWriteSucceed
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected