Skip to content

Commit

Permalink
fix: skip browser download (#9160)
Browse files Browse the repository at this point in the history
Fixed: #9158
  • Loading branch information
jrandolf committed Oct 25, 2022
1 parent 088c18c commit 2245d7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/puppeteer/src/node/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export async function downloadBrowser(): Promise<void> {
const configuration = getConfiguration();
if (configuration.skipDownload) {
logPolitely('**INFO** Skipping browser download as instructed.');
return;
}

const product = configuration.defaultProduct!;
Expand Down

0 comments on commit 2245d7d

Please sign in to comment.