Fix incorrect color formatting in installer output
This commit is contained in:
parent
714228ad2e
commit
b291604145
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@
|
|||
|
||||
try
|
||||
{
|
||||
Console::out(Console::formatColor($full_name, ConsoleColors::GREEN->value) . ' Version: ' . Console::formatColor($component->getVersion(), ConsoleColors::LIGHT_MAGENTA));
|
||||
Console::out(Console::formatColor($full_name, ConsoleColors::GREEN->value) . ' Version: ' . Console::formatColor($component->getVersion(), ConsoleColors::LIGHT_MAGENTA->value));
|
||||
}
|
||||
catch (Exception $e)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue