mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Stop re-throwing errors in the 'GetOperatorList' and 'GetTextContent' handlers, in src/core/worker.js
These functions aren't returning anything, now that they're using `ReadableStream`s, and it thus doesn't seem necessary to re-throw errors (also given the console message that's caused by it).
This commit is contained in:
parent
66e0dd1b06
commit
711040ecc5
2 changed files with 6 additions and 7 deletions
|
@ -1281,11 +1281,6 @@ describe('api', function() {
|
|||
|
||||
it('gets operatorList, from corrupt PDF file (issue 8702), ' +
|
||||
'with/without `stopAtErrors` set', function(done) {
|
||||
if (isNodeJS()) {
|
||||
pending(
|
||||
'Fails with "Unhandled promise rejection: ..." errors in Node.js.');
|
||||
}
|
||||
|
||||
const loadingTask1 = getDocument(buildGetDocumentParams('issue8702.pdf', {
|
||||
stopAtErrors: false, // The default value.
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue