mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
修复手动停止任务日志目录
This commit is contained in:
parent
e687511f32
commit
0728f1f231
|
@ -175,7 +175,7 @@ export default class CronService {
|
|||
}
|
||||
if (doc.log_path) {
|
||||
fs.appendFileSync(
|
||||
`${config.logPath}${doc.log_path}`,
|
||||
`${doc.log_path}`,
|
||||
`\n## 执行结束... ${new Date().toLocaleString()} `,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user