mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Feat: legacy Clash Premium support
This commit is contained in:
@@ -95,7 +95,7 @@ export async function compareAndWriteFile(span: Span, linesA: string[], filePath
|
||||
return;
|
||||
}
|
||||
|
||||
return span.traceChildAsync(`writing ${filePath}`, async () => {
|
||||
return span.traceChildAsync<void>(`writing ${filePath}`, async () => {
|
||||
const linesALen = linesA.length;
|
||||
|
||||
// The default highwater mark is normally 16384,
|
||||
|
||||
Reference in New Issue
Block a user