Misc/Fixup
* fixed an exception for using an enum as string when generating log message.
This commit is contained in:
parent
6f8b72c980
commit
676c8617a5
1 changed files with 1 additions and 1 deletions
|
|
@ -594,7 +594,7 @@ class CLISetup
|
|||
|
||||
if ($missing = array_diff_key(self::$locales, self::$gsFiles))
|
||||
{
|
||||
ClI::write('GlobalStrings.lua not found for locale '. Lang::concat($missing), CLI::LOG_WARN);
|
||||
ClI::write('GlobalStrings.lua not found for locale '. Lang::concat($missing, callback: fn($x) => $x->name), CLI::LOG_WARN);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue