We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
I have mapped my docker desktop data to a drive Z:
When I initially ask Chokidar to watch this directory I get multiple EISDIR error codes and then after that the files are read correctly.
EISDIR
I have tried with and without polling enabled.
To Reproduce:
Map docker data to a drive and then ask Chokidar to watch
Ideally prove a problem by isolating and making it reproducible with a very short sample program, which you could paste here:
Expected behavior
Files watched without any errors being thrown.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I have mapped my docker desktop data to a drive Z:
When I initially ask Chokidar to watch this directory I get multiple
EISDIR
error codes and then after that the files are read correctly.I have tried with and without polling enabled.
To Reproduce:
Map docker data to a drive and then ask Chokidar to watch
Ideally prove a problem by isolating and making it reproducible with a very short sample program, which you could paste here:
Expected behavior
Files watched without any errors being thrown.
The text was updated successfully, but these errors were encountered: