Add eslint rules for dealing with promises

This commit is contained in:
Ajay
2022-09-07 20:01:11 -04:00
parent 0ca134dc8f
commit bd7dfc63ff
15 changed files with 79 additions and 63 deletions

View File

@@ -27,4 +27,4 @@ async function init() {
}).setTimeout(15000);
}
init();
init().catch((err) => Logger.error(err));