eee
This commit is contained in:
@@ -139,6 +139,9 @@ class HotReload extends AbstractProcess
|
|||||||
*/
|
*/
|
||||||
protected function clear(): void
|
protected function clear(): void
|
||||||
{
|
{
|
||||||
|
foreach ($this->watches as $watch) {
|
||||||
|
inotify_rm_watch($this->pipe, $watch);
|
||||||
|
}
|
||||||
$this->watches = [];
|
$this->watches = [];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user