mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
minor code review
This commit is contained in:
parent
5518e2681a
commit
9b97609204
@ -83,7 +83,7 @@ vAPI.cacheStorage = (function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function genericErrorHandler(error) {
|
function genericErrorHandler(error) {
|
||||||
console.error('[uBlock0 cacheStorage]', error);
|
console.error('[%s]', STORAGE_NAME, error);
|
||||||
}
|
}
|
||||||
|
|
||||||
function noopfn() {
|
function noopfn() {
|
||||||
|
Loading…
Reference in New Issue
Block a user