This commit is contained in:
as2252258@163.com
2021-02-27 04:37:44 +08:00
parent 2482b4ccb7
commit cfeb247f08
+2 -4
View File
@@ -220,12 +220,10 @@ class ServerInotify extends Process
try {
inotify_rm_watch($this->inotify, $wd);
} catch (\Throwable $exception) {
$this->application->debug($exception->getMessage());
} finally {
$this->watchFiles = [];
}
}
}
$this->watchFiles = [];
}
/**
* @param $code