MCPcopy Create free account
hub / github.com/IIIIQIIII/claude-code / logError

Function logError

src/bridge/bridgeUI.ts:356–358  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

354 },
355
356 logError(message: string): void {
357 printLog(chalk.red(`[${timestamp()}] Error: ${message}`) + '\n')
358 },
359
360 logReconnected(disconnectedMs: number): void {
361 printLog(

Callers 4

safeSpawnFunction · 0.70
onSessionDoneFunction · 0.70
runBridgeLoopFunction · 0.70
bridgeMainFunction · 0.70

Calls 2

printLogFunction · 0.85
timestampFunction · 0.85

Tested by

no test coverage detected