mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 11:36:58 +03:00
Another try at #372
This commit is contained in:
committed by
GitHub
parent
86e26025f4
commit
eaaf106d7c
@@ -8,6 +8,7 @@ import { getCommit } from "./utils/getCommit";
|
||||
async function init() {
|
||||
process.on("unhandledRejection", (error: any) => {
|
||||
console.dir(error?.stack);
|
||||
process.exit(1);
|
||||
});
|
||||
|
||||
await initDb();
|
||||
@@ -22,4 +23,4 @@ async function init() {
|
||||
});
|
||||
}
|
||||
|
||||
init();
|
||||
init();
|
||||
|
||||
Reference in New Issue
Block a user