Skip to content
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

fix(readdirSync): 🐛 Error no such file or directory #348

Merged
merged 1 commit into from
Dec 19, 2019

Conversation

magarcia
Copy link
Contributor

  • 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 #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
Copy link
Owner

@streamich streamich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@streamich streamich merged commit 6ad0abf into streamich:master Dec 19, 2019
@streamich
Copy link
Owner

🎉 This PR is included in version 4.2.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENOENT: no such file or directory, scandir
2 participants