eee
This commit is contained in:
@@ -139,7 +139,7 @@ class HotReload extends AbstractProcess
|
|||||||
{
|
{
|
||||||
var_dump($this->watches);
|
var_dump($this->watches);
|
||||||
foreach ($this->watches as $key => $watch) {
|
foreach ($this->watches as $key => $watch) {
|
||||||
inotify_rm_watch($this->pipe, $key);
|
@inotify_rm_watch($this->pipe, $key);
|
||||||
}
|
}
|
||||||
$this->watches = [];
|
$this->watches = [];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user