From 040fd345e06f228376fb4f2c6b8931269f0985f0 Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Wed, 8 Mar 2023 20:02:34 +0800 Subject: [PATCH] script --- pkg/common/config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/common/config/config.go b/pkg/common/config/config.go index 59a23fd5e..69b303218 100644 --- a/pkg/common/config/config.go +++ b/pkg/common/config/config.go @@ -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 }