1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

minor code review re. #1768

This commit is contained in:
gorhill 2016-06-29 13:56:10 -04:00
parent ca785bf8b1
commit 09d35b65e0

View File

@ -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);