Skip to content

Commit

Permalink
chore: drop redundant else
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago Perrotta committed Jul 10, 2023
1 parent 9801054 commit 99ca6af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bidiMapper/domains/context/browsingContextImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -831,9 +831,8 @@ export class BrowsingContextImpl {
'invalid print parameters: content area is empty'
) {
throw new UnsupportedOperationException(error.message);
} else {
throw error;
}
throw error;
}
}

Expand Down

0 comments on commit 99ca6af

Please sign in to comment.