style: fix prettier formatting
This commit is contained in:
parent
912546aaa7
commit
2169aa90e9
4 changed files with 9 additions and 15 deletions
|
|
@ -271,16 +271,10 @@ export async function convert(
|
||||||
const bilingualDest = join(archiveDir, `bilingual-${targetLang}.pdf`);
|
const bilingualDest = join(archiveDir, `bilingual-${targetLang}.pdf`);
|
||||||
|
|
||||||
// 檢查各種可能的 mono 輸出檔案名稱
|
// 檢查各種可能的 mono 輸出檔案名稱
|
||||||
const possibleMonoOutputs = [
|
const possibleMonoOutputs = [monoPath, join(tempDir, `${inputFileName}-mono.pdf`)];
|
||||||
monoPath,
|
|
||||||
join(tempDir, `${inputFileName}-mono.pdf`),
|
|
||||||
];
|
|
||||||
|
|
||||||
// 檢查各種可能的 dual 輸出檔案名稱
|
// 檢查各種可能的 dual 輸出檔案名稱
|
||||||
const possibleDualOutputs = [
|
const possibleDualOutputs = [dualPath, join(tempDir, `${inputFileName}-dual.pdf`)];
|
||||||
dualPath,
|
|
||||||
join(tempDir, `${inputFileName}-dual.pdf`),
|
|
||||||
];
|
|
||||||
|
|
||||||
let foundMono = false;
|
let foundMono = false;
|
||||||
let foundDual = false;
|
let foundDual = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue