From c3ff8fc7b59a635d5f1d2ab0225e54de97635faa Mon Sep 17 00:00:00 2001 From: Dylan Conway <35280289+dylan-conway@users.noreply.github.com> Date: Thu, 1 May 2025 17:49:49 -0700 Subject: [PATCH] Update src/bun.js/api/Timer.zig Co-authored-by: 190n --- src/bun.js/api/Timer.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bun.js/api/Timer.zig b/src/bun.js/api/Timer.zig index 494cc71400..a711fe94c9 100644 --- a/src/bun.js/api/Timer.zig +++ b/src/bun.js/api/Timer.zig @@ -855,7 +855,7 @@ pub const TimerObjectInternals = struct { extern "c" fn Bun__JSTimeout__call(globalObject: *JSC.JSGlobalObject, timer: JSValue, callback: JSValue, arguments: JSValue) bool; - // returns true if an exception was thrown + /// returns true if an exception was thrown pub fn runImmediateTask(this: *TimerObjectInternals, vm: *VirtualMachine) bool { if (this.flags.has_cleared_timer or // unref'd setImmediate callbacks should only run if there are things keeping the event