fshost / node-dir

Recursive asynchronous file and directory operations for Node.js
MIT License
221 stars 44 forks source link

Fix traversing symlinked directories #37

Closed miloss closed 8 years ago

miloss commented 8 years ago

Support both listing broken symlinks as files and nested symlinked subdirectories by trying fs.lstat only after fs.stat has failed

Add unit tests

Fixes #36