npkgz / cli-progress

:hourglass: easy to use progress-bar for command-line/terminal applications
https://www.npmjs.com/package/cli-progress
MIT License
1.09k stars 84 forks source link

Time formatting fails when ETA > 100 hours #152

Open grubinstein opened 10 months ago

grubinstein commented 10 months ago

Where 105 hours and 30 minutes remains, for example, what will be displayed is "05h30m" instead of "105h30m" or, ideally, 4d9h30m.

grubinstein commented 10 months ago

Submitted a pull request (#153) to address this.