Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/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
nothing calls this directly
Calls
2
printLog
Function · 0.85
timestamp
Function · 0.85
Tested by
no test coverage detected