-
-
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
stderr ignore broken in 8.2.1 #945
Comments
relates #931 Hey, @innermatrix, We've previously fixed the internal spawn piece, so we now have clear and predictable behaviour for two usage scenarios: preconfigured run and delayed run: await $({ quiet: true, stdio: ['inherit', 'pipe', 'ignore']})`>&2 echo error`
$({ halt: true })`>&2 echo error`.stdio('inherit', 'pipe', 'ignore').quiet().run() |
antongolub
added a commit
to antongolub/zx
that referenced
this issue
Nov 15, 2024
antongolub
added a commit
to antongolub/zx
that referenced
this issue
Nov 15, 2024
antonmedv
pushed a commit
that referenced
this issue
Nov 15, 2024
Oh interesting. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
8.1.9:
8.2.1:
The text was updated successfully, but these errors were encountered: