Files
nushell/crates/nu-command/src/filesystem
Reilly Wood c8a07d477f Fix watch not detecting modifications on Windows (#10109)
Closes #9910 FOR REAL this time.

I had fixed the issue on Linux but not Windows. Context:
https://github.com/nushell/nushell/issues/9910#issuecomment-1689308886

I've tested this PR successfully on Windows, Linux, and macOS by running
`watch . {|a,b| print $a; print $b}` and confirming that it prints once
when I change a file in the current directory.
2023-08-23 19:07:39 -07:00
..
2022-12-26 02:31:26 -05:00
2023-07-06 00:07:07 +02:00
2023-07-06 00:07:07 +02:00
2023-07-20 20:16:03 +02:00
2023-07-12 00:00:31 +02:00