mirror of https://github.com/gorhill/uBlock.git
minor code review re. #1768
This commit is contained in:
parent
ca785bf8b1
commit
09d35b65e0
|
@ -374,6 +374,10 @@ vAPI.storage = (function() {
|
|||
return null;
|
||||
}
|
||||
|
||||
// Since database could be opened successfully, reset error flag (its
|
||||
// purpose is to avoid spamming console with error messages).
|
||||
dbOpenError = '';
|
||||
|
||||
// Database was opened, register cleanup task
|
||||
cleanupTasks.push(close);
|
||||
|
||||
|
|
Loading…
Reference in New Issue