Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upmerge crashes when used as the target of a pipe #62
Comments
This comment has been minimized.
This comment has been minimized.
|
merge is not a writeable stream, you can only read from it, but not write to it. |
right9ctrl
closed this
Sep 4, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tdterry commentedJun 13, 2014
I found this open question on StackOverflow. The problem is that merge does not handle the
endevent.http://stackoverflow.com/questions/24119053/es-merge-usage-in-gulp-object-stream-has-no-method-end