aboutsummaryrefslogtreecommitdiff
path: root/src/bun_js.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/bun_js.zig')
-rw-r--r--src/bun_js.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun_js.zig b/src/bun_js.zig
index 118cf00f9..679576821 100644
--- a/src/bun_js.zig
+++ b/src/bun_js.zig
@@ -153,7 +153,7 @@ pub const Run = struct {
this.vm.active_tasks > 0)
{
this.vm.event_loop.ensureWaker();
- _ = this.vm.event_loop.waker.?.wait() catch 0;
+ _ = this.vm.uws_event_loop.?.run();
}
}
}