Fix/break/change things

This commit is contained in:
Tulir Asokan
2018-04-24 17:12:08 +03:00
parent e64df67ec3
commit 28c6527544
5 changed files with 12 additions and 13 deletions

View File

@ -234,6 +234,7 @@ func (view *MessageView) replaceBuffer(original messages.UIMessage, new messages
if start == -1 {
debug.Print("Called replaceBuffer() with message that was not in the buffer:", original.ID())
debug.PrintStack()
view.appendBuffer(new)
return
}