Timothy Pomeroy 6 anni fa
parent
commit
3b5a15f7d5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -383,5 +383,5 @@ const main = async () => {
 (async () => {
   main();
 })().catch(err => {
-  console.log(` -> Error: ${err.message || err});
+  console.log(` -> Error: ${err.message || err}`);
 });