mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix comment
This commit is contained in:
parent
b0fe6d228a
commit
74a4772e41
1 changed files with 1 additions and 1 deletions
|
|
@ -967,7 +967,7 @@ async function getRemote(assetKey) {
|
|||
|
||||
error = undefined;
|
||||
|
||||
// If fetched resource is same older than cached one, ignore
|
||||
// If fetched resource is older than cached one, ignore
|
||||
stale = resourceIsStale(result, cacheDetails);
|
||||
if ( stale ) { continue; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue