MCPcopy Index your code
hub / github.com/codeaashu/claude-code / prependStderr

Function prependStderr

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

Source from the content-addressed store, hash-verified

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

Callers 1

#handleExitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected