This commit is contained in:
2021-04-19 14:43:08 +08:00
parent 399dcb1240
commit aec2be27f7
+2 -3
View File
@@ -192,9 +192,8 @@ class ServerInotify extends Process
$this->trigger_reload();
$this->clearWatch();
foreach ($this->dirs as $root) {
$this->watch($root);
}
$this->watch(APP_PATH);
$this->int = -1;
$this->isReloading = FALSE;
$this->isReloadingOut = FALSE;