From fbad6d99381981692c7ee90fc3e748139b08bf27 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 5 Nov 2021 00:24:08 +0800 Subject: [PATCH] 111 --- kiri-engine/FileListen/FileChangeCustomProcess.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/kiri-engine/FileListen/FileChangeCustomProcess.php b/kiri-engine/FileListen/FileChangeCustomProcess.php index 7be0dc85..931c0ee8 100644 --- a/kiri-engine/FileListen/FileChangeCustomProcess.php +++ b/kiri-engine/FileListen/FileChangeCustomProcess.php @@ -64,9 +64,7 @@ class FileChangeCustomProcess extends Command } else { $driver = Kiri::getDi()->get(Inotify::class, [$this->dirs, $this]); } - $driver->start(); - return 0; }