Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle progress for empty files (#3260)
When a file is empty the progress event will have a `Bytes` property that is `0` so test if the property is not undefined rather than if it is truthy. Fixes #3255
- Loading branch information