if canot find sdk runtime path skip this sdk
| | |
| | | continue |
| | | } |
| | | |
| | | envs := strings.Split(cfg.Env, ":") |
| | | normal := true |
| | | for _, v := range envs { |
| | | if !util.IsFileExist(v) { |
| | | normal = false |
| | | 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) |
| | | if !normal { |
| | | logo.Infoln("Can't Find Runtime Path, Skip It: ", file) |
| | | continue |
| | | } |
| | | } |
| | | |
| | | logo.Infoln(file, " CONFIG: ", cfg) |