Revert "改名"
This reverts commit fdf58326
This commit is contained in:
@@ -87,6 +87,9 @@ class Inotify
|
|||||||
}
|
}
|
||||||
//非重启类型
|
//非重启类型
|
||||||
if (str_ends_with($ev['name'], '.php')) {
|
if (str_ends_with($ev['name'], '.php')) {
|
||||||
|
|
||||||
|
var_dump($ev);
|
||||||
|
|
||||||
Timer::after(3000, fn() => $this->reload($ev['name']));
|
Timer::after(3000, fn() => $this->reload($ev['name']));
|
||||||
$this->isReloading = TRUE;
|
$this->isReloading = TRUE;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user