This commit is contained in:
2021-11-19 03:57:24 +08:00
parent 755594b4bb
commit f3446da34e
+3
View File
@@ -47,6 +47,9 @@ class Inotify
public function clear() public function clear()
{ {
Event::del($this->inotify); Event::del($this->inotify);
var_dump('clear event');
Event::exit(); Event::exit();
} }