Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
249
function
errorMessage(err: unknown): string {
250
return
err instanceof Error ? err.message : String(err);
251
}
Callers
2
drainEvents
Method · 0.70
syncFromCachedState
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected