fix: rotation functionality for PDF page and add corresponding tests
This commit is contained in:
@@ -261,6 +261,9 @@ async function generateI18nPages() {
|
||||
if (processed % 10 === 0 || processed === total) {
|
||||
console.log(` Progress: ${processed}/${total} pages`);
|
||||
}
|
||||
|
||||
// Clean up JSDOM instances
|
||||
await new Promise((resolve) => setImmediate(resolve));
|
||||
}
|
||||
|
||||
updateEnglishFile(filePath, originalContent);
|
||||
|
||||
Reference in New Issue
Block a user