Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(fix #248) follow directory links in getNode
When called from stat, getNode should follow directory links to ensure that the correct node is returned. Otherwise, node.files[name] will be undefined, causing a TypeError.
- Loading branch information