This commit is contained in:
2021-12-06 14:45:12 +08:00
parent 30212c0b86
commit 5475f2cd51
+1 -1
View File
@@ -105,7 +105,7 @@ class Inotify
try {
inotify_rm_watch($this->inotify, $wd);
} catch (\Throwable $exception) {
logger()->addError($exception, 'throwable');
logger()->addError($exception->getMessage(), 'throwable');
}
}
$this->watchFiles = [];