diff --git a/kiri-engine/FileListen/FileChangeCustomProcess.php b/kiri-engine/FileListen/FileChangeCustomProcess.php index 8a1adf4c..cc961542 100644 --- a/kiri-engine/FileListen/FileChangeCustomProcess.php +++ b/kiri-engine/FileListen/FileChangeCustomProcess.php @@ -95,7 +95,6 @@ class FileChangeCustomProcess extends Command // Process::kill($content, 15); // } // @unlink(storage('.swoole.pid')); - if (is_resource($this->source)) { proc_terminate($this->source); while (proc_get_status($this->source)['running']) {