mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
Clear network error status when list fetch succeed
This commit is contained in:
parent
cee3c4822d
commit
08d411a7b4
@ -805,6 +805,7 @@ assets.get = async function(assetKey, options = {}) {
|
||||
url: contentURL,
|
||||
silent: options.silent === true,
|
||||
});
|
||||
registerAssetSource(assetKey, { error: undefined });
|
||||
}
|
||||
return reportBack(details.content, contentURL);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user