summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-02-03 13:23:51 +0300
committerGitHub <[email protected]>2021-02-03 13:23:51 +0300
commit03f320ccff972665a896f31bef5ff99bd9821b75 (patch)
treeac1f4a1db9e6c0890f841e73d764345d081bdd02
parent3819bae83f1911034befdf6bcb23602c6479857c (diff)
Update workers.go
-rw-r--r--cmd/cli/workers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cli/workers.go b/cmd/cli/workers.go
index 09642a58..defcb849 100644
--- a/cmd/cli/workers.go
+++ b/cmd/cli/workers.go
@@ -84,11 +84,11 @@ func workersHandler(_ *cobra.Command, args []string) error {
return nil
case <-tt.C:
tm.MoveCursor(1, 1)
+ tm.Flush()
err := showWorkers(plugins, client)
if err != nil {
return errors.E(op, err)
}
- tm.Flush()
}
}
}