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

Drop recursive readlink when we drop Node 10 #337

Open
phated opened this issue Jun 10, 2023 · 0 comments
Open

Drop recursive readlink when we drop Node 10 #337

phated opened this issue Jun 10, 2023 · 0 comments

Comments

@phated
Copy link
Member

phated commented Jun 10, 2023

Node 10 on Windows throws a EPERM when we fs.stat on a symlink to a directory. We work around this by recursively readlink on symlinks found by source, but we can remove this workaround when we drop Node 10 support.

Originally posted by @phated in #333 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant