style: fix prettier formatting

This commit is contained in:
Your Name 2026-01-22 00:51:37 +08:00
parent 912546aaa7
commit 2169aa90e9
4 changed files with 9 additions and 15 deletions

View file

@ -128,7 +128,7 @@ export async function convert(
: mineruOutputDir;
console.log(`[MinerU] Archiving directory: ${outputToArchive}`);
// 列出要封裝的內容
if (existsSync(outputToArchive)) {
const contents = readdirSync(outputToArchive);