diff --git a/kiri-engine/FileListen/FileChangeCustomProcess.php b/kiri-engine/FileListen/FileChangeCustomProcess.php index 00892c39..37cab657 100644 --- a/kiri-engine/FileListen/FileChangeCustomProcess.php +++ b/kiri-engine/FileListen/FileChangeCustomProcess.php @@ -103,7 +103,6 @@ class FileChangeCustomProcess extends Command $content = (int)file_get_contents(storage('.swoole.pid')); if (!empty($content)) { var_dump($content, Process::kill($content, 0)); - var_dump(Process::kill($content, SIGTERM)); if (Process::kill($content, 0)) { Process::kill($content, SIGTERM); }