chore(pdfjs): fix code scanning issues
Some checks are pending
Checks / main (push) Waiting to run

This commit is contained in:
Elian Doran 2025-12-31 17:27:58 +02:00
parent 0ff4756ef4
commit b4ef4c2143
No known key found for this signature in database

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);
}
}