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 upes.split breaks pipe chain? #67
Comments
This comment has been minimized.
This comment has been minimized.
|
That is not the right way to create a stream. If you are making a classic stream you also need to set |
dominictarr
closed this
Jul 21, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kevzettler commentedJul 21, 2014
I have a custom stream that looks like this
I have a pipe chain that looks like:
running the stream like this produces no output and the console log statement in QueryFormatStream never gets called.
However calling it like so, without the QueryFormatStream correctly pipes it to process.stdout