From 4cdb5c7aab03043edbf1248d6b6fe2d6178a8d62 Mon Sep 17 00:00:00 2001 From: Ben Schumacher Date: Thu, 17 Oct 2024 12:42:54 +0200 Subject: [PATCH] Update client.go Co-authored-by: Robert <17119716+robmonte@users.noreply.github.com> --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index fc86674..6cf3a1f 100644 --- a/client.go +++ b/client.go @@ -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 {