MCPcopy Index your code
hub / github.com/codeaashu/claude-code / logSessionFailed

Function logSessionFailed

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

Source from the content-addressed store, hash-verified

337 },
338
339 logSessionFailed(sessionId: string, error: string): void {
340 printLog(
341 chalk.dim(`[${timestamp()}]`) +
342 ` Session ${chalk.red('failed')}: ${error} ${chalk.dim(sessionId)}\n`,
343 )
344 },
345
346 logStatus(message: string): void {
347 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