From 5a99181eafab104b25aa07dd06f9772b5bb270c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 5 Nov 2021 14:25:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kiri-engine/FileListen/FileChangeCustomProcess.php | 1 - 1 file changed, 1 deletion(-) 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']) {