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: readdir and readdirSync failing on valid empty directory if another fs fails #787

Merged
merged 1 commit into from Mar 19, 2024

Conversation

dy-dx
Copy link
Contributor

@dy-dx dy-dx commented Mar 19, 2024

Fixes #782

@dy-dx dy-dx force-pushed the fix-readdir-failing-on-empty-dir branch from 442bb75 to bc350e1 Compare March 19, 2024 18:47
@dy-dx dy-dx force-pushed the fix-readdir-failing-on-empty-dir branch from bc350e1 to d36321b Compare March 19, 2024 18:47
@G-Rath G-Rath merged commit dab090e into streamich:master Mar 19, 2024
11 checks passed
github-actions bot pushed a commit that referenced this pull request Mar 19, 2024
## [4.5.4](v4.5.3...v4.5.4) (2024-03-19)

### Bug Fixes

* `readdir` and `readdirSync` failing on valid empty directory if another fs fails ([#787](#787)) ([dab090e](dab090e))
Copy link

🎉 This PR is included in version 4.5.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

@dy-dx dy-dx deleted the fix-readdir-failing-on-empty-dir branch March 19, 2024 19:54
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.

readdir fails on empty directory if another fss fails
2 participants