Skip to content

Commit

Permalink
Bold
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Nov 13, 2024
1 parent 028f40f commit 942d900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cli/IO.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public static function error(Throwable $e, bool $logStackTrace = true): void

self::writeln([
'',
Styles::red('× ' . $e->getMessage()) . Styles::gray(' ' . $shortClassName),
Styles::bold(Styles::red('× ' . $e->getMessage())) . Styles::gray(' ' . $shortClassName),
]);
}

Expand Down

0 comments on commit 942d900

Please sign in to comment.