mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Refactor: CDN build prefer domainset
This commit is contained in:
@@ -66,7 +66,7 @@ const processFile = (span: Span, sourcePath: string) => {
|
||||
|
||||
try {
|
||||
for await (const line of readFileByLine(sourcePath)) {
|
||||
if (line === MAGIC_COMMAND_SKIP) {
|
||||
if (line.startsWith(MAGIC_COMMAND_SKIP)) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user