load all clients after running 'put' command
This commit is contained in:
parent
ba01f85340
commit
51101f7020
4
eval.go
4
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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user