From be89fd4ff76e35f0bab7efcf64c1b1c37b50508e Mon Sep 17 00:00:00 2001 From: whyour Date: Sat, 18 Jun 2022 12:45:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=93=E6=9D=9Fmessage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/services/cron.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/services/cron.ts b/back/services/cron.ts index 077a22fc..2a0f23fe 100644 --- a/back/services/cron.ts +++ b/back/services/cron.ts @@ -202,7 +202,7 @@ export default class CronService { const str = err ? `\n${err}` : ''; fs.appendFileSync( `${absolutePath}`, - `${str}\n## 执行结束... ${dayjs().format('YYYY-MM-DD HH:mm:ss')} `, + `${str}\n## 执行结束... ${dayjs().format('YYYY-MM-DD HH:mm:ss')} `, ); } }