mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
Previously, the workspace "Download logs" dialog formatted the original byte count with the promoted unit, so sizes above 1 KiB could be shown incorrectly, for example `4472 KB` instead of `4.37 KB`. Exact 1024-byte files also stayed in bytes.