Set isDir to false for non-existant directory #81

Merged
coreybutler merged 1 commit from patch-1 into master 2014-03-01 14:34:14 -08:00
coreybutler commented 2014-03-01 14:27:32 -08:00 (Migrated from github.com)

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.

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.
ryanmcgrath commented 2014-03-01 14:36:59 -08:00 (Migrated from github.com)

Merged, version bumped, up on npm. Thanks yo.

Merged, version bumped, up on npm. Thanks yo.
coreybutler commented 2014-03-01 14:40:32 -08:00 (Migrated from github.com)

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.

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.
This repository is archived. You cannot comment on pull requests.
No reviewers
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: code/wrench-js#81
No description provided.