mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Merge pull request #16042 from Snuffleupagus/GetAnnotations-rethrow
Ensure that "GetAnnotations" errors are propagated to the main-thread (PR 15267 follow-up)
This commit is contained in:
commit
903adc8708
1 changed files with 1 additions and 0 deletions
|
@ -544,6 +544,7 @@ class WorkerMessageHandler {
|
|||
},
|
||||
reason => {
|
||||
finishWorkerTask(task);
|
||||
throw reason;
|
||||
}
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue