mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
"Purge all caches" button seemingly didn't work
This commit is contained in:
parent
cc27193147
commit
ac272afb4b
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ var cachedAssetsManager = (function() {
|
|||
exports.remove(/^assets\/(ublock|thirdparties)\//);
|
||||
exports.remove('assets/checksums.txt');
|
||||
if ( typeof callback === 'function' ) {
|
||||
callback();
|
||||
callback(null);
|
||||
}
|
||||
};
|
||||
getEntries(onEntries);
|
||||
|
|
|
|||
Loading…
Reference in a new issue