This commit is contained in:
2021-11-05 00:24:08 +08:00
parent 825539c792
commit fbad6d9938
@@ -64,9 +64,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]);
} }
$driver->start(); $driver->start();
return 0; return 0;
} }