This commit is contained in:
MaysWind
2024-08-19 22:57:08 +08:00
parent 217d37e3d3
commit 8fa19df113
+2
View File
@@ -94,5 +94,7 @@ func runCronJob(c *core.CliContext) error {
return err
}
log.BootInfof(c, "[cron_jobs.runCronJob] run cron job \"%s\" successfully", jobName)
return nil
}