Set isDir to false for non-existant directory #81
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#81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "patch-1"
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?
The PR for issue #45 resolves problems for
readdirRecursive, but not forreaddirRecursiveSync. This patch setsisDir = falsewhen a directory cannot be found, effectively ceasing further processing.Merged, version bumped, up on npm. Thanks yo.
That has got to be the fastest turnaround from PR-->npm I've experienced.
Kudos, and thanks! Wrench has been really helpful in a lot of projects.