-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: apply promisifyStream
to ProcessPromise
exposed streams
#978
Labels
ossln24
OSS Library Night 2024
Comments
const p2 = p.pipe.stdout`cmd1`
const p3 = p.pipe.stderr`cmd2` |
Why do we need those APIs? |
We can redirect error stream to the next piped process via |
2 tasks
antongolub
added a commit
to antongolub/zx
that referenced
this issue
Dec 25, 2024
continues google#978 fix: add missing fs ref to core continues google#1001
antongolub
added a commit
that referenced
this issue
Dec 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We've previously added stream extensions to make support mixed piping:
Let's also apply the same approach for
ProcessPromise
exposed streams:See
util.ts#promisifyStream
for detailsThe text was updated successfully, but these errors were encountered: