diff --git a/eval.go b/eval.go index 9a041c3..e26cd55 100644 --- a/eval.go +++ b/eval.go @@ -373,7 +373,9 @@ func (e *callExpr) eval(app *app, args []string) { app.ui.printf("put: %s", err) return } - app.nav.renew() + if err := sendRemote("send load"); err != nil { + app.ui.printf("put: %s", err) + } if err := sendRemote("send sync"); err != nil { app.ui.printf("put: %s", err) }