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

Method error

packages/core/src/debug-log/index.ts:97–99  ·  view source on GitHub ↗

* Log an error

(message: string, data?: unknown)

Source from the content-addressed store, hash-verified

95 * Log an error
96 */
97 error(message: string, data?: unknown): void {
98 debugLog(`[${this.component}] ERROR: ${message}`, data)
99 }
100}
101
102/**

Callers

nothing calls this directly

Calls 1

debugLogFunction · 0.70

Tested by

no test coverage detected