From a5519b927b2dee5e7fb402ab0b36a85eb2906bc7 Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 4 Nov 2021 23:46:44 +0800 Subject: [PATCH] 111 --- 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 272d4394..1dae7b15 100644 --- a/kiri-engine/FileListen/FileChangeCustomProcess.php +++ b/kiri-engine/FileListen/FileChangeCustomProcess.php @@ -105,7 +105,6 @@ class FileChangeCustomProcess extends Command { Kiri::getDi()->get(Logger::class)->warning('change reload'); - $content = (int)file_get_contents(storage('.swoole.pid')); if (!empty($content)) { var_dump($content, Process::kill($content, 0));