Merge branch 'don/experiment/no-release-weakref-twice' of github.com:oven-sh/bun into don/experiment/no-release-weakref-twice

This commit is contained in:
Don Isaac
2025-04-22 14:30:27 -07:00

View File

@@ -168,7 +168,7 @@ pub const VM = opaque {
extern fn JSC__VM__drainMicrotasks(vm: *VM) void;
/// Drain all microtasks from the microtask queue.
///
///
/// This does _not_ drain the nextTick queue. Use
/// `JSGlobalObject.drainMicrotasks` for that.
pub fn drainMicrotasks(