MCPcopy Create free account
hub / github.com/arctic-cli/interface / throws

Method throws

packages/plugin/src/shell.ts:42–42  ·  view source on GitHub ↗

* Configure whether or not the shell should throw an exception on non-zero exit codes.

(shouldThrow: boolean)

Source from the content-addressed store, hash-verified

40 * Configure whether or not the shell should throw an exception on non-zero exit codes.
41 */
42 throws(shouldThrow: boolean): BunShell
43}
44
45export interface BunShellPromise extends Promise<BunShellOutput> {

Callers 3

methodFunction · 0.65
getBrewFormulaFunction · 0.65
upgradeFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected