Function
abort
(msg: string, code: number = 1)
Source from the content-addressed store, hash-verified
| 110 | } |
| 111 | |
| 112 | function abort(msg: string, code: number = 1): void { |
| 113 | console.error(msg); |
| 114 | process.exit(code); |
| 115 | } |
Tested by
no test coverage detected