chore(pdfjs): fix code scanning issues

This commit is contained in:
Elian Doran
2025-12-31 17:27:58 +02:00
parent 0ff4756ef4
commit b4ef4c2143

View File

@@ -78,6 +78,6 @@ async function generateThumbnail(pageNumber: number) {
dataUrl
}, window.location.origin);
} catch (error) {
console.error(`Error generating thumbnail for page ${pageNumber}:`, error);
console.error(`Error generating thumbnail for page %d:`, pageNumber, error);
}
}