Commit 0e4e8e0
fix(cli): remove redundant 'bytes' suffix from debug paths size output
Fixes bounty issue #1432
The format_bytes function already returns a human-readable format with
appropriate units (B, KB, MB, GB). Appending 'bytes' after it resulted
in inconsistent output like '1.0 KB bytes'. This fix removes the
redundant suffix.1 parent e025cbe commit 0e4e8e0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
388 | | - | |
| 388 | + | |
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
| |||
0 commit comments