Skip to content

Fixes for Node 10 - #237

Merged
tschaub merged 3 commits into
masterfrom
ten
May 7, 2018
Merged

Fixes for Node 10#237
tschaub merged 3 commits into
masterfrom
ten

Conversation

@tschaub

@tschaub tschaub commented May 7, 2018

Copy link
Copy Markdown
Owner

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