diff options
Diffstat (limited to 'src/bun.js')
-rw-r--r-- | src/bun.js/api/bun.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bun.js/api/bun.zig b/src/bun.js/api/bun.zig index 5c8bfbb0e..7044b9258 100644 --- a/src/bun.js/api/bun.zig +++ b/src/bun.js/api/bun.zig @@ -2202,6 +2202,8 @@ pub const Timer = struct { last_id: i32 = 1, warned: bool = false, + // We split up the map here to avoid storing an extra "repeat" boolean + /// Used by setTimeout() timeout_map: TimeoutMap = TimeoutMap{}, |