eee
This commit is contained in:
@@ -70,6 +70,7 @@ class HotReload extends AbstractProcess
|
|||||||
}
|
}
|
||||||
while (!$this->isStop()) {
|
while (!$this->isStop()) {
|
||||||
$read = inotify_read($this->pipe);
|
$read = inotify_read($this->pipe);
|
||||||
|
var_dump($read);
|
||||||
|
|
||||||
foreach ($read as $item) {
|
foreach ($read as $item) {
|
||||||
$this->reWatch($item['name']);
|
$this->reWatch($item['name']);
|
||||||
|
|||||||
Reference in New Issue
Block a user