diff --git a/myparcelnl.php b/myparcelnl.php index 12abeaaa..8b508e45 100644 --- a/myparcelnl.php +++ b/myparcelnl.php @@ -209,7 +209,7 @@ private function withErrorHandling( '
%s: %s

Stack trace:
%s', $message ?? 'Error', $e->getMessage(), - $e->getTraceAsString() + str_replace("\n", '
', $e->getTraceAsString()) ); if ($failureCallback) {