mirror of https://github.com/gorhill/uBlock.git
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