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 41fba61 commit 4cdb5c7Copy full SHA for 4cdb5c7
client.go
@@ -1085,7 +1085,7 @@ func (c *Client) logStderr(name string, r io.Reader) {
1085
reader := bufio.NewReaderSize(r, stdErrBufferSize)
1086
// continuation indicates the previous line was a prefix
1087
continuation := false
1088
- // continuation indicates the previous line was a panic output
+ // panic indicates the previous line was the start of a panic output
1089
panic := false
1090
1091
for {
0 commit comments