mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc/Fixup
* fixed an exception for using an enum as string when generating log message.
This commit is contained in:
@@ -594,7 +594,7 @@ class CLISetup
|
|||||||
|
|
||||||
if ($missing = array_diff_key(self::$locales, self::$gsFiles))
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user