This commit is contained in:
2021-11-05 01:12:45 +08:00
parent 27d8caec00
commit 3309b101b6
-1
View File
@@ -39,7 +39,6 @@ class Inotify
if (!is_dir($dir)) continue;
$this->watch($dir);
}
$this->process->trigger_reload();
Event::add($this->inotify, [$this, 'check']);
Event::wait();
}