Skip to content

Commit 4cdb5c7

Browse files
hanzeirobmonte
andauthored
Update client.go
Co-authored-by: Robert <17119716+robmonte@users.noreply.github.com>
1 parent 41fba61 commit 4cdb5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ func (c *Client) logStderr(name string, r io.Reader) {
10851085
reader := bufio.NewReaderSize(r, stdErrBufferSize)
10861086
// continuation indicates the previous line was a prefix
10871087
continuation := false
1088-
// continuation indicates the previous line was a panic output
1088+
// panic indicates the previous line was the start of a panic output
10891089
panic := false
10901090

10911091
for {

0 commit comments

Comments
 (0)