We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f364b6 commit 87d0077Copy full SHA for 87d0077
2 files changed
render/view.go
@@ -129,7 +129,7 @@ func (m rootModel) View() string {
129
const maxLines, maxRunes = 32, 5120
130
for s := range sliced {
131
if i >= maxLines || runeCount >= maxRunes {
132
- str.WriteString(gray.Render("... output truncated"))
+ str.WriteString(gray.Render("... output visually truncated, full output captured"))
133
str.WriteByte('\n')
134
break
135
}
version.txt
@@ -1 +1 @@
1
-v1.29.4
+v1.29.5
0 commit comments