You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've attempted to resolve this issue, but it continues to throw an error unless we temporarily stop Chokidar while renaming the folder that contains a subfolder.
Ye, that might help when you control the renaming action, but when some file is renamed outside the scope of your app, there is propably no way how to fix that.
I wanted to use this package but after this error I was forced to use something else.
Renaming a folder which has subfolders throws exception on Windows.
To Reproduce:
Create following folder structure:
TEST_FOLDER\folder1
TEST_FOLDER\folder2
TEST_FOLDER\folder2\subfolder
Setup chokidar to watch folder 'TEST_FOLDER'
Rename folder "folder2" to "folder2_renamed"
Exception is thrown:
Test code:
Expected behavior
No exception, like it is on linux / macos
Additional context
CI:
Repo:
https://github.com/eyza-cod2/chokidar-bug
The text was updated successfully, but these errors were encountered: