minor code review

This commit is contained in:
gorhill 2017-11-30 08:42:31 -05:00
parent 5518e2681a
commit 9b97609204
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ vAPI.cacheStorage = (function() {
}
function genericErrorHandler(error) {
console.error('[uBlock0 cacheStorage]', error);
console.error('[%s]', STORAGE_NAME, error);
}
function noopfn() {