Update dist

This commit is contained in:
2026-03-19 05:27:31 +01:00
parent 00fed4336d
commit f722d4ae47
19 changed files with 296 additions and 26 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import { log } from "./log";
export default function exitWithError(msg, code) {
console.error(msg);
log.error(msg);
process.exit(code || 1);
}