Skip to content

Commit

Permalink
fix(browser-pool): correct link to puppeteer browsers api in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
foxt451 committed Aug 30, 2023
1 parent a71586c commit 2db8fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser-pool/src/puppeteer/puppeteer-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class PuppeteerPlugin extends BrowserPlugin<
debugMessage += ' Try installing';
}
debugMessage += ` a browser, if it's missing, by running \`npx @puppeteer/browsers install chromium --path [path]\``
+ ` and pointing \`executablePath\` to the downloaded executable (https://playwright.dev/docs/browsers).`
+ ` and pointing \`executablePath\` to the downloaded executable (https://pptr.dev/browsers-api).`
+ ` The original error will be displayed at the bottom as the [cause].`;
throw new CriticalError(debugMessage, {
cause: error,
Expand Down

0 comments on commit 2db8fa4

Please sign in to comment.