Fix: reject extra & new reject extra source

This commit is contained in:
SukkaW
2024-09-30 07:23:47 +08:00
parent 00a265e9d0
commit 41655852f4
3 changed files with 11 additions and 4 deletions

View File

@@ -89,4 +89,6 @@ export class DomainsetOutput extends RuleOutput<Preprocessed> {
)
.map(([domain, count]) => `${domain}${' '.repeat(100 - domain.length)}${count}`);
}
mitmSgmodule = undefined;
}