Don't call plugin if nil

This commit is contained in:
Zachary Yedidia
2020-01-28 22:06:58 -05:00
parent 953f5a0eff
commit 03228762d4
2 changed files with 7 additions and 0 deletions

View File

@@ -269,6 +269,8 @@ func main() {
action.InfoBar.Display()
screen.Screen.Show()
event = nil
// Check for new events
select {
case f := <-shell.Jobs: