KingRan 2022-02-16 12:43:29 +08:00
parent 3feea98360
commit 167524c0d3
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ if ($.isNode()) {
await $.wait(time)
}
}
} while (count < 25)
} while (count < 5)
})()
.catch((e) => $.logErr(e))
.finally(() => $.done());