修复编译错误

This commit is contained in:
whyour 2022-05-10 14:42:25 +08:00
parent ebb6290468
commit 468ff9c1af

View File

@ -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) {