MCPcopy Create free account
hub / github.com/cursor/plugins / errorMessage

Function errorMessage

orchestrate/skills/orchestrate/scripts/core/andon.ts:249–251  ·  view source on GitHub ↗
(err: unknown)

Source from the content-addressed store, hash-verified

247}
248
249function errorMessage(err: unknown): string {
250 return err instanceof Error ? err.message : String(err);
251}

Callers 2

drainEventsMethod · 0.70
syncFromCachedStateMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected