mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
script
This commit is contained in:
parent
4c5210af59
commit
040fd345e0
@ -511,6 +511,7 @@ func (c *config) initConfig(config interface{}, configName, configFolderPath str
|
||||
}()
|
||||
_, err := os.Stat(configPath)
|
||||
if err != nil {
|
||||
fmt.Println(err.Error())
|
||||
if !os.IsNotExist(err) {
|
||||
return err
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user