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
|
@ -208,6 +208,7 @@ var workerConsole = {
|
|||
action: 'console_error',
|
||||
data: args
|
||||
});
|
||||
throw 'pdf.js execution error';
|
||||
},
|
||||
|
||||
time: function time(name) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue