MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / describeError

Function describeError

apps/kimi-code/src/tui/goal-queue-store.ts:267–269  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

265}
266
267function describeError(error: unknown): string {
268 return error instanceof Error ? error.message : String(error);
269}

Callers 1

readQueueFileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected