MCPcopy Create free account
hub / github.com/Snapchat/Valdi / onClose

Function onClose

valdi/vscode_debugger/src/targets/browser/spawn/browserProcess.ts:178–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176 const rl = readline.createInterface({ input: browserProcess.stderr! });
177 let stderr = '';
178 const onClose = () => onDone();
179
180 rl.on('line', onLine);
181 rl.on('close', onClose);

Callers

nothing calls this directly

Calls 1

onDoneFunction · 0.85

Tested by

no test coverage detected