改名
This commit is contained in:
@@ -174,11 +174,9 @@ class ServerInotify extends Process
|
|||||||
{
|
{
|
||||||
$this->isReloading = true;
|
$this->isReloading = true;
|
||||||
$this->trigger_reload();
|
$this->trigger_reload();
|
||||||
if (Snowflake::isLinux()) {
|
$this->clearWatch();
|
||||||
$this->clearWatch();
|
foreach ($this->dirs as $root) {
|
||||||
foreach ($this->dirs as $root) {
|
$this->watch($root);
|
||||||
$this->watch($root);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
$this->int = -1;
|
$this->int = -1;
|
||||||
$this->isReloading = FALSE;
|
$this->isReloading = FALSE;
|
||||||
|
|||||||
Reference in New Issue
Block a user