mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: fix utils/roll_browser.js after #9078
This commit is contained in:
parent
6723a42544
commit
3632231cc1
@ -74,7 +74,8 @@ Example:
|
||||
// 3. Download new browser.
|
||||
console.log('\nDownloading new browser...');
|
||||
const registry = new Registry(browsersJSON);
|
||||
await registry.install();
|
||||
const executables = registry.defaultExecutables();
|
||||
await registry.install(executables);
|
||||
|
||||
// 4. Generate types.
|
||||
console.log('\nGenerating protocol types...');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user