fix(fs): missing debouncer rename cache (#1245)

* Fix missing debouncer rename cache

* Add change file

* Format
This commit is contained in:
Tony
2024-04-24 16:50:12 +08:00
committed by GitHub
parent 21387ac199
commit edf9a4f29d
2 changed files with 9 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"fs": patch
---
Fixes `RenameMode::From` and `RenameMode::To` never getting converted to `RenameMode::Both` when using `watch` with a debounce on Windows