Fix incorrect color formatting in installer output

This commit is contained in:
netkas 2024-09-17 15:29:44 -04:00
parent 714228ad2e
commit b291604145

View file

@ -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)
{