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