Commit e21bab1
committed
fix(cli): replace magic numbers with named constants in time formatting
Address code review feedback: add MS_PER_SECOND constant and use existing
SECONDS_PER_MINUTE. Add comment explaining the threshold logic for
formatting time values (ms/s/min based on magnitude).1 parent 0c26cd0 commit e21bab1
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
252 | 257 | | |
253 | | - | |
254 | | - | |
| 258 | + | |
| 259 | + | |
255 | 260 | | |
256 | 261 | | |
257 | | - | |
| 262 | + | |
258 | 263 | | |
259 | 264 | | |
260 | 265 | | |
| |||
0 commit comments