Skip to content

v1.9.2

Compare
Choose a tag to compare
@SebastiaanKlippert SebastiaanKlippert released this 26 Oct 21:00
· 11 commits to master since this release

In case there is a cmd/os error while rendering the PDF to cmd error was not displayed, but only the contents of wkhtmltopdf's stderr buffer were returned.
The error returned by exec.Command is now appended to the contents of stderr in a new line.
This should make it clear what the error was, but the error text might be very long.