Closed coreybutler closed 10 years ago
The PR for issue #45 resolves problems for readdirRecursive, but not for readdirRecursiveSync. This patch sets isDir = false when a directory cannot be found, effectively ceasing further processing.
readdirRecursive
readdirRecursiveSync
isDir = false
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.
The PR for issue #45 resolves problems for
readdirRecursive
, but not forreaddirRecursiveSync
. This patch setsisDir = false
when a directory cannot be found, effectively ceasing further processing.