Task failure output is duplicated #8267
Unanswered
c0da-ricon
asked this question in
Troubleshooting and bug reports
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When a mise task fails (exits non-zero), the entire output (stdout + stderr) is printed twice.
Reproduction
Actual output
Expected output
Output should appear only once:
Behavior across output modes
Tested
-o quiet,-o silent,-o interleave,--raw, and default — all show duplicated output on failure. Successful tasks are not affected.Version
Beta Was this translation helpful? Give feedback.
All reactions