Skip to content

Commit 3c30cf3

Browse files
committed
test
1 parent 3ce12e1 commit 3c30cf3

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/actions/build-and-test/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ runs:
2828
- name: Install Puppeteer Browsers
2929
shell: bash
3030
env:
31-
PUPPETEER_SKIP_CHROME_DOWNLOAD: false
32-
PUPPETEER_SKIP_FIREFOX_DOWNLOAD: false
33-
PUPPETEER_SKIP_CHROME_HEADLESS_SHELL_DOWNLOAD: false
31+
PUPPETEER_CHROME_SKIP_DOWNLOAD: false
32+
PUPPETEER_FIREFOX_SKIP_DOWNLOAD: false
33+
PUPPETEER_CHROME_HEADLESS_SHELL_SKIP_DOWNLOAD: false
3434
run: npx puppeteer browsers install
3535
- name: Install Edge
3636
id: install-edge

src/pages/background/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { createWebRequestHandler } from './request-handler/web-request-handler';
88
import { doUpgrade } from './upgrade';
99

1010
let initd = false;
11+
1112
function init() {
1213
if (initd) {
1314
return;

0 commit comments

Comments
 (0)