MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / outputError

Method outputError

apps/cli/src/agent/output-manager.ts:155–159  ·  view source on GitHub ↗

* Output an error message.

(label: string, text?: string)

Source from the content-addressed store, hash-verified

153 * Output an error message.
154 */
155 outputError(label: string, text?: string): void {
156 if (this.disabled) return
157 const message = text ? `${label} ${text}\n` : `${label}\n`
158 this.stderr.write(message)
159 }
160
161 /**
162 * Write raw text to stdout (for streaming).

Callers 1

outputSayMessageMethod · 0.95

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected