app/master/master.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
app/master/master.go
@@ -5,6 +5,7 @@ "analysis/logo" "analysis/util" "context" "strings" "basic.com/libgowrapper/sdkstruct.git" ) @@ -58,6 +59,17 @@ continue } envs := strings.Split(cfg.Env, ":") normal := true for _, v := range envs { if !util.IsFileExist(v) { normal = false } } if !normal { logo.Infoln("Can't Find Runtime Path, Skip It: ", file) } logo.Infoln(file, " CONFIG: ", cfg) args := []string{