mirror of https://github.com/gorhill/uBlock.git
Fix comment
This commit is contained in:
parent
b0fe6d228a
commit
74a4772e41
|
@ -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 New Issue