变更
This commit is contained in:
@@ -63,6 +63,9 @@ class Scanner extends BaseProcess
|
|||||||
} catch (\Throwable $throwable) {
|
} catch (\Throwable $throwable) {
|
||||||
$this->logger->error($throwable->getMessage(), [$throwable]);
|
$this->logger->error($throwable->getMessage(), [$throwable]);
|
||||||
}
|
}
|
||||||
|
if ($this->isReloading) {
|
||||||
|
$this->timerReload();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -97,9 +100,6 @@ class Scanner extends BaseProcess
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($this->isReloading) {
|
|
||||||
$this->timerReload();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user