Skip to content

Commit

Permalink
feat: Update index
Browse files Browse the repository at this point in the history
  • Loading branch information
Zastinian committed May 9, 2024
1 parent 9344a03 commit 8828263
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -721,8 +721,6 @@ try {

startHedystia();

// process.on("uncaughtException", () => {});
// process.on("unhandledRejection", () => {});
} catch (e) {
console.log(e);
}
process.on("uncaughtException", () => {});
process.on("unhandledRejection", () => {});
} catch {}

0 comments on commit 8828263

Please sign in to comment.