mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-15 11:57:55 +08:00
Really ignore instead of panic on bogus CPR
This commit is contained in:
parent
cd38cbe45e
commit
0761040225
|
@ -352,7 +352,6 @@ MainLoop:
|
|||
|
||||
// Ignore bogus CPR
|
||||
if or.CPR != InvalidPos {
|
||||
panic("got cpr")
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user