Another try at #372

This commit is contained in:
Ajay Ramachandran
2021-09-29 12:22:40 -04:00
committed by GitHub
parent 86e26025f4
commit eaaf106d7c

View File

@@ -8,6 +8,7 @@ import { getCommit } from "./utils/getCommit";
async function init() { async function init() {
process.on("unhandledRejection", (error: any) => { process.on("unhandledRejection", (error: any) => {
console.dir(error?.stack); console.dir(error?.stack);
process.exit(1);
}); });
await initDb(); await initDb();