refactor and testing
This commit is contained in:
parent
91c9de6e34
commit
c038774f2c
16 changed files with 445 additions and 195 deletions
|
|
@ -97,7 +97,7 @@ func CmdV2(c *CmdOptions) CmdStatus {
|
|||
return
|
||||
case <-ctx.Done():
|
||||
pid := envCmd.Status().PID
|
||||
utils.KillProc(int32(pid))
|
||||
KillProc(int32(pid))
|
||||
}
|
||||
}()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue