Handle errors for non-existent directories in readdirRecursive() #45
No reviewers
Labels
No labels
Bug
Enhancement
Feature Request
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/wrench-js#45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Well, it's been like... 4 months, yes. In my defense... I have no defense. Thanks for the pull request.
@ryanmcgrath - The patch provided in the PR from @tmont only addresses
readdirRecursive(). I encountered the errors with non-existent directories while usingreaddirRecursiveSync()as well. The patch above resolves it.I figured rather than adding more issues, I'd just fix it an move on. I can open a new issue though for historical purposes if you prefer.