This commit is contained in:
2021-11-05 01:14:47 +08:00
parent 18b77760cd
commit 0a313e2b99
@@ -66,6 +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();