diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-07-04 23:34:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-04 23:34:39 +0200 |
commit | 06934db883e9ae64c7603f98051676cbcf90994f (patch) | |
tree | 3b8174a77fb53c6d7e877ce268a955c0cce9df30 /core/01_core.js | |
parent | f7af0b01a59aaac91473e2f920137004d39a310a (diff) |
Revert "feat: add "unhandledrejection" event support (#12994)" (#15075)
This reverts commit f7af0b01a59aaac91473e2f920137004d39a310a.
Diffstat (limited to 'core/01_core.js')
-rw-r--r-- | core/01_core.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/01_core.js b/core/01_core.js index 21376b695..156300327 100644 --- a/core/01_core.js +++ b/core/01_core.js @@ -268,10 +268,6 @@ terminate: opSync.bind(null, "op_terminate"), opNames: opSync.bind(null, "op_op_names"), eventLoopHasMoreWork: opSync.bind(null, "op_event_loop_has_more_work"), - setPromiseRejectCallback: opSync.bind( - null, - "op_set_promise_reject_callback", - ), }); ObjectAssign(globalThis.__bootstrap, { core }); |