This commit is contained in:
david 2024-03-01 23:50:16 +08:00
parent 304716e8fc
commit 5c2136561c
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ func getCurrentVersion(srv string) string {
execbin := filepath.Join(env.MeshEnv.Prefix, srv)
cmd := exec.Command(execbin, "--json") // 替换为适合操作系统的命令
output, err := cmd.Output()
fmt.Println(string(output), err)
if err != nil {
return " - "
}