Skip to content

Commit

Permalink
remove 'unhandledRejection' from list of unsupported events (denoland…
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Aug 5, 2022
1 parent 8379497 commit cac7764
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node/process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ const notImplementedEvents = [
"message",
"multipleResolves",
"rejectionHandled",
"unhandledRejection",
"worker",
];

Expand Down

0 comments on commit cac7764

Please sign in to comment.