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 missing error handling #26

Merged
merged 1 commit into from
Mar 18, 2018
Merged

Fix missing error handling #26

merged 1 commit into from
Mar 18, 2018

Conversation

BridgeAR
Copy link
Contributor

@BridgeAR BridgeAR commented Mar 6, 2018

The fs calls here swallow errors and that behavior is long deprecated. This will throw from Node.js 10.x on.

It will from now on report the errors back to the error callback.

Reference: nodejs/node#18668

@BridgeAR
Copy link
Contributor Author

Ping @glejeune

@glejeune glejeune merged commit bb43204 into glejeune:master Mar 18, 2018
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