Skip to content

Commit a63814e

Browse files
committed
Changed warning
1 parent 278dc81 commit a63814e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/core.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,9 +404,8 @@ var PDFDocument = (function PDFDocumentClosure() {
404404
if (linearization.length != length)
405405
linearization = false;
406406
} catch (err) {
407-
warn('since pdf is broken pdf.js is trying to recover it ' +
408-
'by indexing the object; ' +
409-
'the error in firebug shall have a different origin');
407+
warn('The linearization data is not available ' +
408+
'or unreadable pdf data is found');
410409
}
411410
}
412411
// shadow the prototype getter with a data property

0 commit comments

Comments
 (0)