mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Log the build
number, in addition to the version
, in the viewer
Given that the `build` number allows you to *directly* find the relevant commit, it cannot hurt to log that one as well.
This commit is contained in:
parent
7d5f7a517c
commit
6bd5ef29ae
1 changed files with 1 additions and 1 deletions
|
@ -1481,7 +1481,7 @@ const PDFViewerApplication = {
|
|||
console.log(
|
||||
`PDF ${pdfDocument.fingerprints[0]} [${info.PDFFormatVersion} ` +
|
||||
`${(info.Producer || "-").trim()} / ${(info.Creator || "-").trim()}] ` +
|
||||
`(PDF.js: ${version || "-"})`
|
||||
`(PDF.js: ${version || "?"} [${build || "?"}])`
|
||||
);
|
||||
let pdfTitle = info.Title;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue