mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
minor code review
This commit is contained in:
parent
5518e2681a
commit
9b97609204
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue