mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 06:46:09 +08:00
修复编译错误
This commit is contained in:
parent
ebb6290468
commit
468ff9c1af
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user