diff options
author | Valery Piashchynski <[email protected]> | 2021-02-03 13:23:51 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-03 13:23:51 +0300 |
commit | 03f320ccff972665a896f31bef5ff99bd9821b75 (patch) | |
tree | ac1f4a1db9e6c0890f841e73d764345d081bdd02 | |
parent | 3819bae83f1911034befdf6bcb23602c6479857c (diff) |
Update workers.go
-rw-r--r-- | cmd/cli/workers.go | 2 |
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() } } } |