Skip to content

Commit

Permalink
Improve reading command output
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Oct 28, 2023
1 parent 20496ce commit 761ae80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/executor/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ func outputIOLoop(cmdEnv *CommandEnv) {

if n > 0 {
cmdEnv.output.Write(buf[:n])
continue
}

if cmdEnv.cmd.ProcessState != nil && cmdEnv.cmd.ProcessState.Exited() {
Expand Down

0 comments on commit 761ae80

Please sign in to comment.