Skip to content

Commit

Permalink
Update background.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers committed Sep 13, 2024
1 parent f9a01b6 commit 29be84a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ console.log('service worker loaded');
// at packed.js:2:623031
// at packed.js:2:623265
// at background.js:5:5
document = { };
if (typeof document === 'undefined')
document = { };

// These were the order of V2 background.scripts
try {
Expand Down

0 comments on commit 29be84a

Please sign in to comment.