1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Fix comment

This commit is contained in:
Raymond Hill 2023-10-18 08:55:09 -04:00
parent b0fe6d228a
commit 74a4772e41
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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; }