diff options
Diffstat (limited to 'core/01_core.js')
-rw-r--r-- | core/01_core.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/01_core.js b/core/01_core.js index 9337c0231..156300327 100644 --- a/core/01_core.js +++ b/core/01_core.js @@ -267,6 +267,7 @@ destructureError: opSync.bind(null, "op_destructure_error"), terminate: opSync.bind(null, "op_terminate"), opNames: opSync.bind(null, "op_op_names"), + eventLoopHasMoreWork: opSync.bind(null, "op_event_loop_has_more_work"), }); ObjectAssign(globalThis.__bootstrap, { core }); |