Skip to content

Commit

Permalink
Fix call start() twice. Close #260.
Browse files Browse the repository at this point in the history
  • Loading branch information
Folyd committed Jul 15, 2023
1 parent 26900d6 commit 4e4c587
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extension/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -550,8 +550,6 @@ chrome.runtime.onInstalled.addListener(async ({ previousVersion, reason }) => {
IndexManager.updateAllIndex();
console.log(`New version updated! Previous version: ${previousVersion}, new version: ${manifest.version}`);
}

await start();
});

(async () => {
Expand Down

0 comments on commit 4e4c587

Please sign in to comment.