mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
移除console.log
This commit is contained in:
@@ -159,7 +159,6 @@ export default class CronService {
|
||||
.map((x) => x.pid)
|
||||
.filter((x) => !!x)
|
||||
.join('\n');
|
||||
console.log(pids);
|
||||
exec(`echo - e "${pids}" | xargs kill - 9`, (err) => {
|
||||
resolve();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user