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

Use Node v10 stream pipeline for handling error #91

Open
ktsn opened this issue Nov 1, 2018 · 0 comments
Open

Use Node v10 stream pipeline for handling error #91

ktsn opened this issue Nov 1, 2018 · 0 comments

Comments

@ktsn
Copy link
Collaborator

ktsn commented Nov 1, 2018

Pipeline of stream which introduced in Node v10 is suitable for error handling on Houl. It handles errors emitted by any stream in the pipeline. So we don't need to monkey patch the stream instance to do that.

https://app.codegrid.net/entry/2018-nodejs-1#toc-5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant