Add dist
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
export default function exitWithError(msg, code) {
|
||||
console.error(msg);
|
||||
process.exit(code || 1);
|
||||
}
|
||||
Reference in New Issue
Block a user