From ac010005245788854b69043bf11ee96e97929a2d Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 5 Nov 2021 01:16:22 +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 495c2c0c..72217dfc 100644 --- a/kiri-engine/FileListen/FileChangeCustomProcess.php +++ b/kiri-engine/FileListen/FileChangeCustomProcess.php @@ -66,7 +66,7 @@ class FileChangeCustomProcess extends Command } else { $driver = Kiri::getDi()->get(Inotify::class, [$this->dirs, $this]); } - + $this->trigger_reload(); Coroutine::create(function () use ($driver) { $driver->start();