diff --git a/kiri-engine/FileListen/FileChangeCustomProcess.php b/kiri-engine/FileListen/FileChangeCustomProcess.php index 53a7132f..2751c6f3 100644 --- a/kiri-engine/FileListen/FileChangeCustomProcess.php +++ b/kiri-engine/FileListen/FileChangeCustomProcess.php @@ -100,7 +100,7 @@ class FileChangeCustomProcess extends Command if (file_exists(storage('.swoole.pid'))) { $content = (int)file_get_contents(storage('.swoole.pid')); if ($content > 0 && Process::kill($content,0)){ - Process::kill($content,15); + var_dump(Process::kill($content,15)); } @unlink(storage('.swoole.pid')); }