改名
This commit is contained in:
@@ -105,7 +105,7 @@ class Inotify
|
|||||||
try {
|
try {
|
||||||
inotify_rm_watch($this->inotify, $wd);
|
inotify_rm_watch($this->inotify, $wd);
|
||||||
} catch (\Throwable $exception) {
|
} catch (\Throwable $exception) {
|
||||||
logger()->addError($exception, 'throwable');
|
logger()->addError($exception->getMessage(), 'throwable');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$this->watchFiles = [];
|
$this->watchFiles = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user