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