Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
progress: set defaultWidth if no width can be found
This commit fixes a bug in the progress rendering when no terminal width can be identified. In this case pb.ProgressBar will strip bars with dynamic elements. This is undesirable so when no size can be found we just use the pb.defaultBarWidth (which is not exported sadly). This should get fixed upstream ideally.
- Loading branch information