This commit is contained in:
2023-04-18 23:47:30 +08:00
parent 59c4da5a9c
commit 1086534302
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ class HotReload extends Command
try {
inotify_rm_watch($inotify, $wd);
} catch (\Throwable $exception) {
logger()->addError($exception, 'throwable');
error($exception);
}
}
$this->watchFiles = [];