This commit is contained in:
2021-12-11 17:34:05 +08:00
parent dfccb8816c
commit f3ad09ef66
+2 -2
View File
@@ -103,9 +103,9 @@ class Inotify
{
foreach ($this->watchFiles as $wd) {
try {
inotify_rm_watch($this->inotify, $wd);
@inotify_rm_watch($this->inotify, $wd);
} catch (\Throwable $exception) {
logger()->addError($exception->getMessage(), 'throwable');
// logger()->addError($exception->getMessage(), 'throwable');
}
}
$this->watchFiles = [];