Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoff-it committed Oct 24, 2024
1 parent 947a8ba commit a40b615
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/exes/server/watcher/WindowsWatcher.zig
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,10 @@ pub fn listen(
else => log.debug("Unknown Action ({s}) {s}/{s}", args),
}

switch (entry.kind) {
.input => reloader.onInputChange(entry.dir_path, filename),
.output => reloader.onOutputChange(entry.dir_path, filename),
}
// switch (entry.kind) {
// .input => reloader.onInputChange(entry.dir_path, filename),
// .output => reloader.onOutputChange(entry.dir_path, filename),
// }
}

// Re-queue the directory entry
Expand Down

0 comments on commit a40b615

Please sign in to comment.