Fix make headers

This commit is contained in:
Jarred Sumner
2023-09-17 19:41:33 -07:00
parent 2a6fdc2298
commit ffa88a1f81

View File

@@ -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;