We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce12e1 commit 3c30cf3Copy full SHA for 3c30cf3
2 files changed
.github/actions/build-and-test/action.yml
@@ -28,9 +28,9 @@ runs:
28
- name: Install Puppeteer Browsers
29
shell: bash
30
env:
31
- PUPPETEER_SKIP_CHROME_DOWNLOAD: false
32
- PUPPETEER_SKIP_FIREFOX_DOWNLOAD: false
33
- PUPPETEER_SKIP_CHROME_HEADLESS_SHELL_DOWNLOAD: false
+ PUPPETEER_CHROME_SKIP_DOWNLOAD: false
+ PUPPETEER_FIREFOX_SKIP_DOWNLOAD: false
+ PUPPETEER_CHROME_HEADLESS_SHELL_SKIP_DOWNLOAD: false
34
run: npx puppeteer browsers install
35
- name: Install Edge
36
id: install-edge
src/pages/background/index.ts
@@ -8,6 +8,7 @@ import { createWebRequestHandler } from './request-handler/web-request-handler';
8
import { doUpgrade } from './upgrade';
9
10
let initd = false;
11
+
12
function init() {
13
if (initd) {
14
return;
0 commit comments