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
This file
import { $ } from 'zx'; await $`echo 1`.pipe(process.stdout); console.log('2');
in zx 8.1.9:
$ yarn add zx@8.1.9 $ bun run ./test.mts 1 2 $
in zx 8.2.0:
$ yarn add zx@8.2.0 $ bun run ./test.mts 1 <never returns to shell prompt>
The text was updated successfully, but these errors were encountered:
fix: handle endless streams piping
ccd69ca
closes google#935
ec05893
3f164e0
Successfully merging a pull request may close this issue.
This file
in zx 8.1.9:
in zx 8.2.0:
The text was updated successfully, but these errors were encountered: