1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-02 17:19:38 +02:00

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

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() {