MCPcopy Create free account
hub / github.com/Noumena-Network/code / logError

Function logError

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

Source from the content-addressed store, hash-verified

355 },
356
357 logError(message: string): void {
358 printLog(chalk.red(`[${timestamp()}] Error: ${message}`) + '\n')
359 },
360
361 logReconnected(disconnectedMs: number): void {
362 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