Fix a bug about a defunct state kill process
When using dd shortcut to kill a process, a kill process with a defunct state is left.
This commit is contained in:
parent
7fe426d114
commit
72c8c43b07
|
@ -249,6 +249,7 @@ func (self *Proc) Kill() {
|
|||
}
|
||||
cmd := exec.Command(command, self.Rows[self.SelectedRow][self.UniqueCol])
|
||||
cmd.Start()
|
||||
cmd.Wait()
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue
Block a user