From 1cc7445b58d0d8e6c97ee797814f8034f4bb60b2 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 1 Mar 2024 23:42:33 +0800 Subject: [PATCH] dev --- cmd/ps.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/ps.go b/cmd/ps.go index 9309c62..236739f 100644 --- a/cmd/ps.go +++ b/cmd/ps.go @@ -106,6 +106,7 @@ func getCurrentVersion(srv string) string { cmd := exec.Command(env.MeshEnv.Prefix+srv, "--json") // 替换为适合操作系统的命令 output, err := cmd.Output() + fmt.Println(string(output), err) if err != nil { return " - " }