-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Open issues on Node.js #32
Comments
They might argue that this is available with |
I meant a general Node.js stream utility like
It's returned in the callback version and available as a properly in the promise version. |
There is
|
Maybe we could propose some kind of I tried my hand and making something for this: https://github.com/sindresorhus/multicast-stream |
I think a |
Some ideas:
nano-spawn/index.js
Lines 86 to 97 in 8bdc484
inheritEnv
optionChildProcess
and errorschild_process/promises
.execFile with:.output
(interleaved).Thoughts? Anything missing?
The text was updated successfully, but these errors were encountered: