зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1828543 - Only log PDF load failure in WPT print-tests when a failure actually occurs r=webdriver-reviewers,jgraham
Differential Revision: https://phabricator.services.mozilla.com/D175718
This commit is contained in:
Родитель
c996a2aa5b
Коммит
6170eb43cc
|
@ -795,8 +795,9 @@ browserRect.height: ${browserRect.height}`);
|
|||
const pdf = await this.loadPdf(binaryString);
|
||||
let pages = this.getPages(pageRanges, url, pdf.numPages);
|
||||
return [this.renderPages(pdf, pages), pages.size];
|
||||
} finally {
|
||||
} catch (e) {
|
||||
lazy.logger.warn(`Loading of pdf failed`);
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче