Closed tschaub closed 6 years ago
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.
binding.access()
Buffer
Fixes #236.
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 theBuffer
constructor.Fixes #236.