mirror of
https://github.com/SukkaW/Surge.git
synced 2026-09-12 18:44:36 +08:00
Housekeeping & Make ESLint Happy
This commit is contained in:
@@ -71,7 +71,8 @@ function writeJobSummary(shardLabel: string, dead: string[], geo: RunnerGeoIP |
|
||||
const bar = new cliProgress.SingleBar({}, cliProgress.Presets.shades_classic);
|
||||
bar.start(shardDomains.length, 0);
|
||||
|
||||
for (const { domain, includeAllSubdomain } of shardDomains) {
|
||||
for (let i = 0, len = shardDomains.length; i < len; i++) {
|
||||
const { domain, includeAllSubdomain } = shardDomains[i];
|
||||
queue.add(async () => {
|
||||
let registerableDomainAlive, registerableDomain, alive: boolean | undefined;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user