Update api.js

This commit is contained in:
luchenqun 2019-06-11 17:19:13 +08:00
parent 3924ab9596
commit 3a37993ce1
1 changed files with 1 additions and 1 deletions

View File

@ -1275,7 +1275,7 @@ api.getFaviconByTimer = function() {
await db.updateBookmarkFaviconState(id, faviconState); await db.updateBookmarkFaviconState(id, faviconState);
} }
} catch (error) { } catch (error) {
console.log('getFaviconByTimer err', err); console.log('getFaviconByTimer err', error);
} }
busy = false; busy = false;
} }