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

1 commit

Author SHA1 Message Date
Corey Butler
de1d50dae9 Set isDir to false for non-existant directory
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.
2014-03-01 16:27:27 -06:00