We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pipe has this option... shouldn't pump also have it?
pipe
pump
The text was updated successfully, but these errors were encountered:
+1 !
Sorry, something went wrong.
(or can we hack a stream and overload the end function?)
@ronag @sprijk Did you find a solution to this by any chance?
I'd like to be able to pump multiple sources sequentially, e.g.
await pump(readable1, writable); await pump(readable2, writable); // Error [ERR_STREAM_WRITE_AFTER_END]: write after end
No branches or pull requests
pipe
has this option... shouldn'tpump
also have it?The text was updated successfully, but these errors were encountered: