Skip to content

Commit

Permalink
we shouldnt close channel we do not own
Browse files Browse the repository at this point in the history
  • Loading branch information
cryi committed Jul 11, 2024
1 parent be26602 commit 4078949
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ami/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ func executeInternal(workingDir string, outputChannel chan<- string, args ...str
outputChannel <- scanner.Text()
}
}()
defer close(outputChannel)
}

eliProc.Stdin = os.Stdin
Expand Down

0 comments on commit 4078949

Please sign in to comment.