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

merge crashes when used as the target of a pipe #62

Closed
tdterry opened this Issue Jun 13, 2014 · 1 comment

Comments

Projects
None yet
3 participants
@tdterry

tdterry commented Jun 13, 2014

I found this open question on StackOverflow. The problem is that merge does not handle the end event.

http://stackoverflow.com/questions/24119053/es-merge-usage-in-gulp-object-stream-has-no-method-end

@dominictarr

This comment has been minimized.

Owner

dominictarr commented Jun 13, 2014

merge is not a writeable stream, you can only read from it, but not write to it.

@right9ctrl right9ctrl closed this Sep 4, 2018

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