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:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user