mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
Update event_loop.zig
This commit is contained in:
@@ -467,6 +467,7 @@ pub const Poller = struct {
|
||||
if (comptime Environment.isLinux) {
|
||||
// std.debug.assert(this.watch_fd != 0);
|
||||
// TODO:
|
||||
return JSC.Maybe(void).success;
|
||||
} else if (comptime Environment.isMac) {
|
||||
if (this.watch_fd == 0) {
|
||||
this.watch_fd = std.c.kqueue();
|
||||
|
||||
Reference in New Issue
Block a user