mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-10 13:37:01 +03:00
Add eslint rules for dealing with promises
This commit is contained in:
@@ -27,4 +27,4 @@ async function init() {
|
||||
}).setTimeout(15000);
|
||||
}
|
||||
|
||||
init();
|
||||
init().catch((err) => Logger.error(err));
|
||||
Reference in New Issue
Block a user