paulmillr / chokidar

Minimal and efficient cross-platform file watching library
https://paulmillr.com
MIT License
10.8k stars 574 forks source link

Windows move command failed to move multi-level directories during chokidar monitoring #1310

Closed afeibigbear closed 2 months ago

afeibigbear commented 5 months ago

Describe the bug

For example, suppose there is a directory 'd: \monitor\ xxx\yyy', and I use the Windows command "move'd: \ monitor\xxx ''d: \monitor\zzz'". The command execution fails and the command is rejected.

If the monitoring is turned off, the command will execute successfully.

Versions