Skip to content

Commit

Permalink
Call load after shell-async commands (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelim-work authored Jul 17, 2023
1 parent 3c681c2 commit 443838e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.go
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ func (app *app) runShell(s string, args []string, prefix string) {
if err := cmd.Wait(); err != nil {
log.Printf("running shell: %s", err)
}
app.ui.exprChan <- &callExpr{"load", nil, 1}
}()
}

Expand Down

0 comments on commit 443838e

Please sign in to comment.