mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fixing github issue 2238 panic because it cannot print localized message
This commit is contained in:
@@ -51,8 +51,8 @@ func main() {
|
||||
|
||||
parseCmds()
|
||||
|
||||
utils.LoadConfig(flagConfigFile)
|
||||
utils.InitTranslations()
|
||||
utils.LoadConfig(flagConfigFile)
|
||||
|
||||
if flagRunCmds {
|
||||
utils.ConfigureCmdLineLog()
|
||||
|
||||
Reference in New Issue
Block a user