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

usage bug caused by shallow cloning methods of 'graceful-fs' #120

Closed
futagoza opened this issue Mar 29, 2015 · 1 comment
Closed

usage bug caused by shallow cloning methods of 'graceful-fs' #120

futagoza opened this issue Mar 29, 2015 · 1 comment

Comments

@futagoza
Copy link
Contributor

fs-extra shallow clones the methods from graceful-fs, but this seems to cause a usage bug in newer Node.js and IO.js builds, because newer non-method properties from the native fs module are ignored, for example 'fs.F_OK' used by 'fs.access(Sync)' cannot be accessed.

I did a simple workaround by shallow cloning first fs and then fs-extra in efe

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

2 participants