Skip to content
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 overwriting Stdout in TTYs when receiving to stdout #31

Closed
raphaelreyna opened this issue Apr 24, 2023 · 1 comment
Closed

Stderr overwriting Stdout in TTYs when receiving to stdout #31

raphaelreyna opened this issue Apr 24, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@raphaelreyna
Copy link
Collaborator

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:

  1. Run 'oneshot receive' with both stdout and stderr pointed at the same TTY.
  2. See that stdout output was at least partially overwritten by the output of stderr.

Expected behavior
The stdout output is fully visible.

@raphaelreyna raphaelreyna added the bug Something isn't working label Apr 24, 2023
raphaelreyna added a commit that referenced this issue May 27, 2023
@raphaelreyna
Copy link
Collaborator Author

addressed in #41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant