mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Clear network error status when list fetch succeed
This commit is contained in:
parent
cee3c4822d
commit
08d411a7b4
1 changed files with 1 additions and 0 deletions
|
|
@ -805,6 +805,7 @@ assets.get = async function(assetKey, options = {}) {
|
||||||
url: contentURL,
|
url: contentURL,
|
||||||
silent: options.silent === true,
|
silent: options.silent === true,
|
||||||
});
|
});
|
||||||
|
registerAssetSource(assetKey, { error: undefined });
|
||||||
}
|
}
|
||||||
return reportBack(details.content, contentURL);
|
return reportBack(details.content, contentURL);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue