Merge pull request #16550 from Snuffleupagus/rm-RenderingCancelledException-type

[api-minor] Remove the `type` from `RenderingCancelledException` (PR 16226 follow-up)
This commit is contained in:
Jonas Jenwald 2023-06-15 12:26:27 +02:00 committed by GitHub
commit 0650be4641
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 4 deletions

View file

@ -3347,7 +3347,6 @@ class InternalRenderTask {
error ||
new RenderingCancelledException(
`Rendering cancelled, page ${this._pageIndex + 1}`,
"canvas",
extraDelay
)
);