We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68df068 commit 10b26ebCopy full SHA for 10b26eb
command.go
@@ -174,7 +174,6 @@ func (c *Command) Execute() error {
174
c.exitCode = 0
175
case <-timeoutChan:
176
quit <- true
177
- close(done)
178
if err := cmd.Process.Kill(); err != nil {
179
return fmt.Errorf("Timeout occurred and can not kill process with pid %v", cmd.Process.Pid)
180
}
0 commit comments