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

mergeWithLimit should not throw error if source has error. Fixes #475. #476

Merged
merged 1 commit into from
Apr 8, 2016

Conversation

vqvu
Copy link
Collaborator

@vqvu vqvu commented Apr 8, 2016

We used to get a

events.js:72
        throw er; // Unhandled 'error' event
              ^

error when a source emits errors due to listening for the end event without doing so for the error event.

@svozza
Copy link
Collaborator

svozza commented Apr 8, 2016

LGTM.

@vqvu vqvu merged commit 3bc2398 into caolan:master Apr 8, 2016
@vqvu vqvu deleted the mergeWithLimit-emit-error branch April 8, 2016 17:46
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