| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
The number of GB is at most 2, and can be tiny. MB gives a more comprehensible range of values.
There was a problem hiding this comment.
This PR changes the disk space warning message to display available disk space in MB instead of GB for better clarity with small amounts.
| File | Description |
|---|---|
| lib/util.js | Replaced GB values with MB in the disk usage warning message. |
| src/util.ts | Replaced GB values with MB in the disk usage warning message. |
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)lib/util.js:828
if (diskUsage.free < 2 * gbInBytes) {
src/util.ts:1059
if (diskUsage.free < 2 * gbInBytes) {
Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused. Learn more
Sorry, something went wrong.
There was a problem hiding this comment.
Makes sense, thank you!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The number of GB is at most 2, and can be tiny. MB gives a more comprehensible range of values.
Merge / deployment checklist