From 6283e23d29026c0ec9be01b700dc688d6f1ded64 Mon Sep 17 00:00:00 2001 From: whyour Date: Tue, 10 May 2022 14:42:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/services/subscription.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/services/subscription.ts b/back/services/subscription.ts index 890a2bbe..c71ec5b1 100644 --- a/back/services/subscription.ts +++ b/back/services/subscription.ts @@ -100,7 +100,7 @@ export default class SubscriptionService { this.logger.silly(error); } } - const err = await this.killTask(doc.command); + const err = await this.killTask(''); const absolutePath = path.resolve(config.logPath, `${doc.log_path}`); const logFileExist = doc.log_path && (await fileExist(absolutePath)); if (logFileExist) {