mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
Merge pull request #753 from peco/fix-ignored-errors
very minor tidying
This commit is contained in:
commit
01956a4c51
|
|
@ -940,6 +940,9 @@ func (l *BasicLayout) DrawScreen(state *Peco, options *hub.DrawOptions) {
|
|||
}
|
||||
|
||||
if err := l.screen.Flush(); err != nil {
|
||||
if pdebug.Enabled {
|
||||
pdebug.Printf("screen.Flush error: %s", err)
|
||||
}
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue