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

Function logSessionFailed

src/bridge/bridgeUI.ts:340–345  ·  view source on GitHub ↗
(sessionId: string, error: string)

Source from the content-addressed store, hash-verified

338 },
339
340 logSessionFailed(sessionId: string, error: string): void {
341 printLog(
342 chalk.dim(`[${timestamp()}]`) +
343 ` Session ${chalk.red('failed')}: ${error} ${chalk.dim(sessionId)}\n`,
344 )
345 },
346
347 logStatus(message: string): void {
348 printLog(chalk.dim(`[${timestamp()}]`) + ` ${message}\n`)

Callers

nothing calls this directly

Calls 2

printLogFunction · 0.85
timestampFunction · 0.85

Tested by

no test coverage detected