mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-28 12:01:37 -04:00
When running the CLI, downloads will show their progress, e.g. `1.12 MB/ 3 MB`, showing only significant digits. As the output is constantly updated, the length of the line in the output might constantly change (2.99 -> 3 -> 3.3 -> 3.33), leading to a visually very noisy display. close #6901 --------- Co-authored-by: Zoltan Kochan <z@kochan.io>