From e18f20fba60577077aa5139518d9ed1a0fe86559 Mon Sep 17 00:00:00 2001 From: "yongjun.li" Date: Thu, 15 Oct 2020 14:28:54 +0800 Subject: [PATCH] update start cmd, no need wait after start command --- cmd/start.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/start.go b/cmd/start.go index 4f4d523..486f051 100644 --- a/cmd/start.go +++ b/cmd/start.go @@ -71,8 +71,6 @@ func start(c *cobra.Command, args []string) { } } - cmd.Wait() - pinfo, _ := getProcessByPid(pid) fmt.Println(pinfo) if pinfo == "" {