Update event_loop.zig

This commit is contained in:
Jarred Sumner
2022-06-10 18:59:09 -07:00
parent b86ca5f67b
commit 0740cecbfb

View File

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