1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-06-07 14:21:55 +00:00
This commit is contained in:
Newnius 2020-06-24 17:37:39 +08:00
parent 9b09c397bc
commit 76095d0243

View File

@ -156,7 +156,9 @@ func (jm *JobManager) start() {
stat = append(stat, vals[i])
}
}
stats = append(stats, stat)
if len(stat) > 0 {
stats = append(stats, stat)
}
}
//log.Info(jm.stats)
//log.Info(stats)