Skip to content

Commit

Permalink
fix: bump @puppeteer/browsers (#9938)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Mar 29, 2023
1 parent dcd8818 commit 2a29d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browsers/src/Cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class Cache {

browserRoot(browser: Browser): string {
// Chromium is a special case for backward compatibility: we install it in
// the Chrome folder.
// the Chrome folder so that Puppeteer can find it.
return path.join(
this.#rootDir,
browser === Browser.CHROMIUM ? Browser.CHROME : browser
Expand Down

0 comments on commit 2a29d30

Please sign in to comment.