Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
file_packager.py: Handle failure to get cached package (#21328)
In certain scenarios (such as when quota is exceeded), it's possible for a metadata entry to exist, but the package data to be missing - and `event.target.result` will be undefined. Check for and properly handle this by calling `errback`, so that the `preloadFallback` gets triggered.
- Loading branch information