Merge pull request #1 from gostudy/phpor-kill-process
Fix a bug about a defunct state kill process
This commit is contained in:
commit
9689105025
@ -249,6 +249,7 @@ func (self *Proc) Kill() {
|
||||
}
|
||||
cmd := exec.Command(command, self.Rows[self.SelectedRow][self.UniqueCol])
|
||||
cmd.Start()
|
||||
cmd.Wait()
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user