111
This commit is contained in:
@@ -66,6 +66,7 @@ class FileChangeCustomProcess extends Command
|
|||||||
} else {
|
} else {
|
||||||
$driver = Kiri::getDi()->get(Inotify::class, [$this->dirs, $this]);
|
$driver = Kiri::getDi()->get(Inotify::class, [$this->dirs, $this]);
|
||||||
}
|
}
|
||||||
|
$this->trigger_reload();
|
||||||
Coroutine::create(function () use ($driver) {
|
Coroutine::create(function () use ($driver) {
|
||||||
$driver->start();
|
$driver->start();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user