MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / prependStderr

Function prependStderr

source code/utils/ShellCommand.ts:58–60  ·  view source on GitHub ↗
(prefix: string, stderr: string)

Source from the content-addressed store, hash-verified

56const SIZE_WATCHDOG_INTERVAL_MS = 5_000
57
58function prependStderr(prefix: string, stderr: string): string {
59 return stderr ? `${prefix} ${stderr}` : prefix
60}
61
62/**
63 * Thin pipe from a child process stream into TaskOutput.

Callers 1

#handleExitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected