github / gh-valet

Valet helps facilitate the migration of Azure DevOps, CircleCI, GitLab CI, Jenkins, and Travis CI pipelines to GitHub Actions.
MIT License
510 stars 35 forks source link

Progress bar persists on the console after command finishes #81

Closed luke-engle closed 1 year ago

luke-engle commented 1 year ago

When running a command that uses progress bars, the progress bar sometimes persists on the command line after the command exits:

$ gh valet audit ...
...
$ ---=---=---=---=---=---=---=--|
luke-engle commented 1 year ago

More information:

  1. I can't seem to reproduce this except when in a codespace. This may be due to the setup of my local environment?
  2. If you resize the terminal when this happens (make your window slightly larger or smaller), the leftover progress bar disappears