Skip to content

Commit 942d900

Browse files
committed
Bold
1 parent 028f40f commit 942d900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cli/IO.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public static function error(Throwable $e, bool $logStackTrace = true): void
9494

9595
self::writeln([
9696
'',
97-
Styles::red('× ' . $e->getMessage()) . Styles::gray(' ' . $shortClassName),
97+
Styles::bold(Styles::red('× ' . $e->getMessage())) . Styles::gray(' ' . $shortClassName),
9898
]);
9999
}
100100

0 commit comments

Comments
 (0)