改名
This commit is contained in:
@@ -186,7 +186,7 @@ class ServerInotify extends Process
|
|||||||
foreach ($this->watchFiles as $wd) {
|
foreach ($this->watchFiles as $wd) {
|
||||||
try {
|
try {
|
||||||
@inotify_rm_watch($this->inotify, $wd);
|
@inotify_rm_watch($this->inotify, $wd);
|
||||||
} catch (Exception $exception) {
|
} catch (\Error|Exception $exception) {
|
||||||
$this->debug($exception->getMessage());
|
$this->debug($exception->getMessage());
|
||||||
} finally {
|
} finally {
|
||||||
$this->watchFiles = [];
|
$this->watchFiles = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user