app/master/master.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
app/master/master.go
@@ -59,15 +59,19 @@ continue } if len(cfg.Env) > 0 { envs := strings.Split(cfg.Env, ":") normal := true for _, v := range envs { if !util.IsFileExist(v) { normal = false break } } if !normal { logo.Infoln("Can't Find Runtime Path, Skip It: ", file) continue } } logo.Infoln(file, " CONFIG: ", cfg)