Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: linux file watching did not detect recreate
The notify crate does not properly handle watching of recreated files on all platform. This commit instead watches the parent directory as proposed in the documentation of Notify. See: notify-rs/notify#166
- Loading branch information