mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 17:48:07 +02:00
removes expandUrl(url); fixes error message
This commit is contained in:
parent
f199a8b19e
commit
7a0e91af4b
3 changed files with 4 additions and 11 deletions
|
@ -572,7 +572,7 @@ var WorkerTransport = (function WorkerTransportClosure() {
|
|||
}, this);
|
||||
|
||||
messageHandler.on('DocError', function transportDocError(data) {
|
||||
this.workerReadyPromise.reject(data.message);
|
||||
this.workerReadyPromise.reject(data);
|
||||
}, this);
|
||||
|
||||
messageHandler.on('PageError', function transportError(data) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue