Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cursor/plugins
/ bail
Function
bail
orchestrate/skills/orchestrate/scripts/cli/util.ts:590–593 ·
view source on GitHub ↗
(msg: string)
Source
from the content-addressed store, hash-verified
588
}
589
590
export
function
bail(msg: string): never {
591
console.error(msg);
592
process.exit(2);
593
}
594
595
export
function
firstChars(s: string | undefined, n: number): string {
596
return
(s ??
""
).slice(0, n);
Callers
1
buildInlineTask
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected