Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fs.readdir should follow symbolic links #137

Closed
gbrail opened this issue Dec 2, 2015 · 1 comment
Closed

fs.readdir should follow symbolic links #137

gbrail opened this issue Dec 2, 2015 · 1 comment
Milestone

Comments

@gbrail
Copy link
Contributor

gbrail commented Dec 2, 2015

Ran into this with sailsjs, which tries to get cute with symlinks in the node_modules directory.

"readdir" of a symbolic link that points to a directory in Trireme returns just one entry (the name of the directory) whereas regular Node follows the link.

@gbrail
Copy link
Contributor Author

gbrail commented Dec 23, 2015

Missing a "file visit option." Fixed in master.

@gbrail gbrail closed this as completed Dec 23, 2015
@gbrail gbrail added this to the Trireme 0.8.8. milestone Feb 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant