pull/151/head
xiaojunnuo 2024-09-03 00:26:35 +08:00
parent ceb210b1b7
commit 5ade12d700
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ export class CronTask {
this.job = req.job;
this.name = req.name;
this.logger = logger;
this.logger.info(`[cron] CronTask created [${this.name}], cron:${this.cron}`);
this.genNextTime();
}