Perf: smaller local dns mapping

This commit is contained in:
SukkaW
2024-09-26 01:18:23 +08:00
parent 3bc4e69f35
commit 5f027572cf
5 changed files with 172 additions and 134 deletions

View File

@@ -392,8 +392,6 @@ export async function compareAndWriteFile(span: Span, linesA: string[], filePath
if (p) await p;
}
await asyncWriteToStream(writeStream, '\n');
writeStream.end();
});
}