chore: throw if protocol can't get generated when rolling (#33607)
This commit is contained in:
Родитель
445ff73c6e
Коммит
b8f824ca6b
|
@ -109,7 +109,7 @@ Example:
|
|||
// 5. Generate types.
|
||||
console.log('\nGenerating protocol types...');
|
||||
const executablePath = registry.findExecutable(browserName).executablePathOrDie();
|
||||
await protocolGenerator.generateProtocol(browserName, executablePath).catch(console.warn);
|
||||
await protocolGenerator.generateProtocol(browserName, executablePath);
|
||||
|
||||
// 6. Update docs.
|
||||
console.log('\nUpdating documentation...');
|
||||
|
|
Загрузка…
Ссылка в новой задаче