mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Fix make headers
This commit is contained in:
@@ -2921,6 +2921,7 @@ pub fn NewHotReloader(comptime Ctx: type, comptime EventLoopType: type, comptime
|
||||
}
|
||||
|
||||
pub fn enqueue(this: *HotReloadTask) void {
|
||||
JSC.markBinding(@src());
|
||||
if (this.count == 0)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user