From 133455a04116c9ad403ae0de1cf4ee1b02cc3033 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 5 Nov 2021 01:11:32 +0800 Subject: [PATCH] 111 --- kiri-engine/FileListen/FileChangeCustomProcess.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')); }