mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
chore: fix utils/check_availability.js
This commit is contained in:
parent
1605cb453c
commit
f00fc0760a
@ -83,7 +83,7 @@ async function checkOmahaProxyAvailability() {
|
||||
* @param {boolean} stopWhenAllAvailable
|
||||
*/
|
||||
async function checkRangeAvailability(fromRevision, toRevision, stopWhenAllAvailable) {
|
||||
const table = new Table([10, 7, 7, 7, 7]);
|
||||
const table = new Table([15, 7, 7, 7, 7]);
|
||||
table.drawRow([''].concat(SUPPORTER_PLATFORMS));
|
||||
const inc = fromRevision < toRevision ? 1 : -1;
|
||||
for (let revision = fromRevision; revision !== toRevision; revision += inc) {
|
||||
|
Loading…
Reference in New Issue
Block a user