Skip to content

Commit

Permalink
Update client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Robert <[email protected]>
  • Loading branch information
hanzei and robmonte authored Oct 17, 2024
1 parent 41fba61 commit 4cdb5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ func (c *Client) logStderr(name string, r io.Reader) {
reader := bufio.NewReaderSize(r, stdErrBufferSize)
// continuation indicates the previous line was a prefix
continuation := false
// continuation indicates the previous line was a panic output
// panic indicates the previous line was the start of a panic output
panic := false

for {
Expand Down

0 comments on commit 4cdb5c7

Please sign in to comment.