Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1 from gostudy/phpor-kill-process
Browse files Browse the repository at this point in the history
Fix a bug about a defunct state kill process
  • Loading branch information
phpor authored Aug 16, 2018
2 parents 7fe426d + 72c8c43 commit 9689105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widgets/proc.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ func (self *Proc) Kill() {
}
cmd := exec.Command(command, self.Rows[self.SelectedRow][self.UniqueCol])
cmd.Start()
cmd.Wait()
}

/////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 9689105

Please sign in to comment.