Merge pull request #9708 from Aloxaf/fix_sealing_workers
fix: cli: show task counts correctly
This commit is contained in:
commit
1b437c8b90
@ -146,7 +146,7 @@ func workersCmd(sealing bool) *cli.Command {
|
||||
})
|
||||
var taskStr string
|
||||
for _, t := range tc {
|
||||
taskStr = t[1] + " "
|
||||
taskStr += t[1] + " "
|
||||
}
|
||||
if taskStr != "" {
|
||||
fmt.Printf("\tTASK: %s\n", taskStr)
|
||||
|
Loading…
Reference in New Issue
Block a user