Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Close renderer headless browser in finally block.
Prevent zombie browser processes when creating the PDF fails by moving browser.close() to a finally block of the try/catch. Closes #8979.
- Loading branch information