mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
fix: trimCache should remove Firefox too (#10872)
This commit is contained in:
parent
24a357dbdb
commit
acdd7d3cd5
@ -357,7 +357,7 @@ export class PuppeteerNode extends Puppeteer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
await uninstall({
|
await uninstall({
|
||||||
browser: SupportedBrowser.CHROME,
|
browser: installedBrowser.browser,
|
||||||
platform,
|
platform,
|
||||||
cacheDir,
|
cacheDir,
|
||||||
buildId: installedBrowser.buildId,
|
buildId: installedBrowser.buildId,
|
||||||
|
Loading…
Reference in New Issue
Block a user