MCPcopy Create free account
hub / github.com/CashScript/cashscript / abort

Function abort

packages/cashc/src/cashc-cli.ts:112–115  ·  view source on GitHub ↗
(msg: string, code: number = 1)

Source from the content-addressed store, hash-verified

110}
111
112function abort(msg: string, code: number = 1): void {
113 console.error(msg);
114 process.exit(code);
115}

Callers 2

runFunction · 0.85
ensureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected