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

Function errorMessage

orchestrate/skills/orchestrate/scripts/measurements.ts:393–395  ·  view source on GitHub ↗
(err: unknown)

Source from the content-addressed store, hash-verified

391}
392
393function errorMessage(err: unknown): string {
394 return err instanceof Error ? err.message : String(err);
395}

Callers 1

applyMeasurementParserFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected