Skip to content

Commit f7aa735

Browse files
35C4n0rhugodutka
andauthored
Update lib/msgfmt/message_box.go
Co-authored-by: Hugo Dutka <[email protected]>
1 parent a2d93b5 commit f7aa735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msgfmt/message_box.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func removeCodexMessageBox(msg string) string {
6565
} else {
6666
// We reached the start of the message box (we don't want to show this line), also exit the loop
6767
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
68+
// We only want this to be i in case the top of the box is visible
6969
messageBoxStartIdx = i
7070
break
7171
}

0 commit comments

Comments
 (0)