mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
Use JPX and JPEG in error messages.
Also throw in workerConsole.
This commit is contained in:
parent
f6cb7b2a24
commit
e3a3ec6f2e
3 changed files with 10 additions and 9 deletions
|
@ -832,7 +832,7 @@ var JpegStream = (function JpegStreamClosure() {
|
|||
this.buffer = data;
|
||||
this.bufferLength = data.length;
|
||||
} catch (e) {
|
||||
error(e);
|
||||
error('JPEG error: ' + e);
|
||||
}
|
||||
};
|
||||
JpegStream.prototype.getIR = function jpegStreamGetIR() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue