Housekeeping & Make ESLint Happy

This commit is contained in:
SukkaW
2026-07-27 02:59:21 +08:00
parent 86f55a4929
commit 1b000a8cea
8 changed files with 226 additions and 168 deletions

View File

@@ -88,7 +88,7 @@ function writeJobSummary(shardLabel: string, dead: string[], geo: RunnerGeoIP |
if (registerableDomain) {
deadDomains.push('.' + registerableDomain);
}
} else if (!includeAllSubdomain && alive != null && !alive) {
} else if (!alive && !includeAllSubdomain && alive != null) {
deadDomains.push(domain);
}
});