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 a2d93b5 commit f7aa735Copy full SHA for f7aa735
lib/msgfmt/message_box.go
@@ -65,7 +65,7 @@ func removeCodexMessageBox(msg string) string {
65
} else {
66
// We reached the start of the message box (we don't want to show this line), also exit the loop
67
if strings.Contains(lines[i], "╭") && strings.Contains(lines[i], "───────╮") {
68
- // We only want this to be i + 1 in case the top of the box is visible
+ // We only want this to be i in case the top of the box is visible
69
messageBoxStartIdx = i
70
break
71
}
0 commit comments