mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
fix: bump @puppeteer/browsers (#9938)
This commit is contained in:
parent
dcd8818399
commit
2a29d30d17
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user