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

Fixes for Node 10 #237

Merged
merged 3 commits into from
May 7, 2018
Merged

Fixes for Node 10 #237

merged 3 commits into from
May 7, 2018

Conversation

tschaub
Copy link
Owner

@tschaub tschaub commented May 7, 2018

This addresses differences in stats handling between Node 8 and 10. In addition it fixes binding.access() for symlinks (should throw for broken links) and avoids deprecated use of the Buffer constructor.

Fixes #236.

@tschaub tschaub force-pushed the ten branch 4 times, most recently from de23072 to 13c8846 Compare May 7, 2018 18:45
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

Successfully merging this pull request may close these issues.

Node 10 has changed how fs.stat works
1 participant