mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-10 21:47:02 +03:00
Safe navigation
This commit is contained in:
@@ -7,7 +7,7 @@ import { getCommit } from "./utils/getCommit";
|
||||
|
||||
async function init() {
|
||||
process.on("unhandledRejection", (error: any) => {
|
||||
console.dir(error.stack);
|
||||
console.dir(error?.stack);
|
||||
});
|
||||
|
||||
await initDb();
|
||||
|
||||
Reference in New Issue
Block a user