Improve unzip speed

This commit is contained in:
ZXY101
2024-03-10 04:54:29 +02:00
parent 282cad6558
commit 032d56a20e
3 changed files with 5 additions and 5 deletions

View File

@@ -214,7 +214,7 @@
currentPage: page,
totalPages: pages.length,
totalCharCount: maxCharCount || 0,
currentlineCount: lineCount,
currentLineCount: lineCount,
totalLineCount
});
}
@@ -231,7 +231,7 @@
currentPage: page,
totalPages: pages.length,
totalCharCount: maxCharCount || 0,
currentlineCount: lineCount,
currentLineCount: lineCount,
totalLineCount
});
}