modify
This commit is contained in:
@@ -220,12 +220,10 @@ class ServerInotify extends Process
|
|||||||
try {
|
try {
|
||||||
inotify_rm_watch($this->inotify, $wd);
|
inotify_rm_watch($this->inotify, $wd);
|
||||||
} catch (\Throwable $exception) {
|
} catch (\Throwable $exception) {
|
||||||
$this->application->debug($exception->getMessage());
|
|
||||||
} finally {
|
|
||||||
$this->watchFiles = [];
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
$this->watchFiles = [];
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param $code
|
* @param $code
|
||||||
|
|||||||
Reference in New Issue
Block a user