-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
ENOENT: no such file or directory, scandir #240
Comments
Same issue,
even though I can read the files in those paths like so I also tried to downgrade by doing Quick FixComment out line 288 in |
* `readdirSync` throws `ENOENT: no such file or directory, scandir` when the directory does not exists one of the file systems. * Problem solved checking also if there are some results before throw. Fixes streamich#240
* `readdirSync` throws `ENOENT: no such file or directory, scandir` when the directory does not exists one of the file systems. * Problem solved checking also if there are some results before throw. Fixes streamich#240
🎉 This issue has been resolved in version 4.2.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This regression was introduced in
4.2.0
4.1.0
and prior work as expected.Node version is
v10.12.0
Sample code:
Expected result:
Directory can be read in virtual fs, union fs but not real fs.
Actual result:
Directory can be read in virtual fs, but not union fs and real fs.
The text was updated successfully, but these errors were encountered: