Skip to content

Commit 7f12752

Browse files
committed
test
1 parent a21dc30 commit 7f12752

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ runs:
4141
echo "edge-path=$EDGE_PATH" >> $GITHUB_OUTPUT
4242
- name: Install Puppeteer Browsers
4343
shell: bash
44-
run: |
45-
npx puppeteer browsers install chrome
46-
npx puppeteer browsers install firefox
44+
env:
45+
NODE_DEBUG: "puppeteer:browsers:*"
46+
run: npx puppeteer browsers install
4747
- name: Test
4848
shell: bash
4949
env:

src/pages/background/index.ts

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

1010
let initd = false;
11-
1211
function init() {
1312
if (initd) {
1413
return;

0 commit comments

Comments
 (0)