Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(files): Don't try to use missing cache entries
The `Cache::get()` function can return `ICacheEntry` or `false`. Added check ensures that `false` return value is not used as an array. This silences: `Trying to access array offset on value of type bool` errors. Signed-off-by: Jacek Tomasiak <[email protected]>
- Loading branch information