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

Method waitForDisconnect

test/common/inspector-helper.js:323–327  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

321 }
322
323 async waitForDisconnect() {
324 while ((await this._instance.nextStderrString()) !==
325 'Waiting for the debugger to disconnect...');
326 await this.disconnect();
327 }
328
329 scriptPath() {
330 return this._instance.scriptPath();

Callers 6

runToCompletionMethod · 0.95
testFunction · 0.80
collectParsedScriptsFunction · 0.80
runTestFunction · 0.80

Calls 2

disconnectMethod · 0.95
nextStderrStringMethod · 0.80

Tested by 1

testFunction · 0.64