Skip to content

Commit

Permalink
nicer error message
Browse files Browse the repository at this point in the history
  • Loading branch information
dlicheva committed Nov 12, 2024
1 parent dd8650f commit ba7a294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/consumers/pdf/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func main() {

defer func() {
if err := pw.Stop(); err != nil {
slog.Error("could not stop Playwright", "error", err)
slog.Error("could not stop Playwright", slog.String("err", err.Error()))
}
}()

Expand Down

0 comments on commit ba7a294

Please sign in to comment.