-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: cached update validation failing on undefined filename (#4929)
* fix: cached update validation failing on undefined filename Closes #4928 This change is to remove the use of `==` in favour of `===` (i.e. remove all uses of abstract equality operator in favour of the strict equality operator) * fix: handle case where cachedInfo object is undefined * fix: early return if update file does not exist
- Loading branch information
Showing
1 changed file
with
22 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters