1
0
Fork 0
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:
Kalervo Kujala 2012-01-29 22:25:06 +02:00
parent f6cb7b2a24
commit e3a3ec6f2e
3 changed files with 10 additions and 9 deletions

View file

@ -208,6 +208,7 @@ var workerConsole = {
action: 'console_error',
data: args
});
throw 'pdf.js execution error';
},
time: function time(name) {