sindresorhus / pretty-ms

Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`
MIT License
1.08k stars 65 forks source link

`colonNotiation` + `unitCount` = `0 :01` (with space before then colon) #46

Closed lcampanari closed 4 years ago

lcampanari commented 4 years ago

There shouldn't be a space before the colon in "0 :01", right? This happens when using colonNotiation together with unitCount. test-error