From f3446da34edc0d2aa8eb548d6fc67a907f8ea4a7 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 19 Nov 2021 03:57:24 +0800 Subject: [PATCH] 1 --- kiri-engine/FileListen/Inotify.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kiri-engine/FileListen/Inotify.php b/kiri-engine/FileListen/Inotify.php index ea83a547..8f8d1676 100644 --- a/kiri-engine/FileListen/Inotify.php +++ b/kiri-engine/FileListen/Inotify.php @@ -47,6 +47,9 @@ class Inotify public function clear() { Event::del($this->inotify); + + var_dump('clear event'); + Event::exit(); }