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

Function getErrorsPath

src/utils/errorLogSink.ts:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 * Gets the path to the errors log file.
28 */
29export function getErrorsPath(): string {
30 return join(CACHE_PATHS.errors(), DATE + '.jsonl')
31}
32
33/**
34 * Gets the path to MCP logs for a server.

Callers 1

logErrorImplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected