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 a21dc30 commit 7f12752Copy full SHA for 7f12752
2 files changed
.github/actions/build-and-test/action.yml
@@ -41,9 +41,9 @@ runs:
41
echo "edge-path=$EDGE_PATH" >> $GITHUB_OUTPUT
42
- name: Install Puppeteer Browsers
43
shell: bash
44
- run: |
45
- npx puppeteer browsers install chrome
46
- npx puppeteer browsers install firefox
+ env:
+ NODE_DEBUG: "puppeteer:browsers:*"
+ run: npx puppeteer browsers install
47
- name: Test
48
49
env:
src/pages/background/index.ts
@@ -8,7 +8,6 @@ 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