You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When receiving to stdout, the progress update that gets printed to Stderr overwrites some of the output from Stdout.
This only happens when both Stderr and Stdout are writing to the same TTY.
To Reproduce
Steps to reproduce the behavior:
Run 'oneshot receive' with both stdout and stderr pointed at the same TTY.
See that stdout output was at least partially overwritten by the output of stderr.
Expected behavior
The stdout output is fully visible.
The text was updated successfully, but these errors were encountered:
Describe the bug
When receiving to stdout, the progress update that gets printed to Stderr overwrites some of the output from Stdout.
This only happens when both Stderr and Stdout are writing to the same TTY.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The stdout output is fully visible.
The text was updated successfully, but these errors were encountered: