mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 13:22:07 +00:00
Update event_loop.zig
This commit is contained in:
@@ -714,7 +714,7 @@ pub const EventLoop = struct {
|
||||
JSC.markBinding(@src());
|
||||
|
||||
JSC__JSGlobalObject__drainMicrotasks(globalObject);
|
||||
this.drainDeferredTasks();
|
||||
this.deferred_tasks.run();
|
||||
}
|
||||
|
||||
pub fn drainMicrotasks(this: *EventLoop) void {
|
||||
|
||||
Reference in New Issue
Block a user