This commit is contained in:
2020-11-17 17:00:49 +08:00
parent 2204917095
commit 61b98b9916
+3 -3
View File
@@ -196,9 +196,9 @@ class ServerInotify extends Process
$this->trigger_reload();
$this->int = -1;
$this->md5Map = [];
$this->loadByDir(APP_PATH . 'app');
$this->loadByDir(APP_PATH . 'routes');
foreach ($this->dirs as $dir) {
$this->loadByDir($dir);
}
$this->isReloading = FALSE;
$this->isReloadingOut = FALSE;