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

fix(fs): Use graceful-fs instead of fs directly #221

Merged
merged 1 commit into from
Jan 26, 2017
Merged

Conversation

nicojs
Copy link
Member

@nicojs nicojs commented Jan 23, 2017

Prevent 'EMFILE' errors among others by using graceful-fs as a drop-in replacement for file system IO.

Fixes issue #215

Prevent `'EMFILE'` errors amongst others by using graceful-fs as a drop-in replacement for file system IO.
@simondel simondel merged commit 4c1bf41 into master Jan 26, 2017
@simondel simondel deleted the fix-fs-issues branch January 26, 2017 16:41
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.

2 participants