electron / electron/fiddle-core
Download Progress Bar Goes Straight to 100%
Open
:beetle: bug
🌿 upstream
area:versions
- Dominant language
- TypeScript
- Stars
- 22
- Forks
- 38
- Avg merge
- 4h 17m
- Merged PRs (30d)
- 4
Description
When displaying download progress, it goes straight to "🏁 downloading 23.0.0-beta.3 - 100%"
Doing some logging, it looks like the progress percentages it receives are 0, 1, 0, and then actual fractional values. When 1 is received it sets progress to 100% and considers it done and doesn't display the real progress updates.
Issue is upstream either in `@electron/get` or `got`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.