Update dist
This commit is contained in:
Vendored
+2
-1
@@ -1,4 +1,5 @@
|
||||
import { log } from "./log";
|
||||
export default function exitWithError(msg, code) {
|
||||
console.error(msg);
|
||||
log.error(msg);
|
||||
process.exit(code || 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user