evanw / esbuild

An extremely fast bundler for the web
https://esbuild.github.io/
MIT License
37.98k stars 1.14k forks source link

fix: verbose analyse output improperly trimmed #3785

Closed n-peugnet closed 3 months ago

n-peugnet commented 4 months ago

Due to the second column value ending with colors.Reset for top-level entries, it is was improperly trimmed, thus resulting in a larger space after it (and a smaller line) in verbose mode for values < 1 KiB.

Before: 2024-05-26-191805_609x270_scrot

After: 2024-05-26-191838_609x266_scrot