MCPcopy Index your code
hub / github.com/continuedev/continue / onStderr

Function onStderr

extensions/cli/src/tools/runTerminalCommand.ts:311–315  ·  view source on GitHub ↗
(data: Buffer)

Source from the content-addressed store, hash-verified

309 };
310
311 const onStderr = (data: Buffer) => {
312 stderr += data.toString();
313 resetTimeout();
314 showCurrentOutput();
315 };
316
317 child.stdout.on("data", onStdout);
318 child.stderr.on("data", onStderr);

Callers

nothing calls this directly

Calls 2

resetTimeoutFunction · 0.85
showCurrentOutputFunction · 0.85

Tested by

no test coverage detected