We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff47f2 commit ad87baaCopy full SHA for ad87baa
src/Tracy/BlueScreen/BlueScreen.php
@@ -372,6 +372,7 @@ public function getDumper(): \Closure
372
public function formatMessage(\Throwable $exception): string
373
{
374
$msg = Helpers::encodeString(trim((string) $exception->getMessage()), self::MAX_MESSAGE_LENGTH);
375
+ $msg = str_replace('<i>\n</i>', '', $msg);
376
377
// highlight 'string'
378
$msg = preg_replace(
0 commit comments