mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Fix incorrect comptime conditional
This commit is contained in:
@@ -192,7 +192,7 @@ pub fn read(this: *INotifyWatcher) bun.JSC.Maybe([]const *align(1) Event) {
|
||||
this.eventlist_ptrs[count] = event;
|
||||
i += event.size();
|
||||
count += 1;
|
||||
if (!Environment.enable_logs)
|
||||
if (Environment.enable_logs)
|
||||
log("{} read event {} {} {} {}", .{
|
||||
this.fd,
|
||||
event.watch_descriptor,
|
||||
|
||||
Reference in New Issue
Block a user