MCPcopy
hub / github.com/claude-code-best/claude-code / logRuntimeError

Function logRuntimeError

src/utils/udsMessaging.ts:566–570  ·  view source on GitHub ↗
(error: Error)

Source from the content-addressed store, hash-verified

564 reject(error)
565 }
566 const logRuntimeError = (error: Error): void => {
567 logForDebugging(
568 `[udsMessaging] server error on ${path}${opts?.isExplicit ? ' (explicit)' : ''}: ${errorMessage(error)}`,
569 )
570 }
571
572 srv.once('error', rejectBeforeListen)
573

Callers

nothing calls this directly

Calls 2

logForDebuggingFunction · 0.70
errorMessageFunction · 0.70

Tested by

no test coverage detected