This commit is contained in:
2021-08-19 16:15:28 +08:00
parent fb453f674d
commit 99b4aee754
5 changed files with 35 additions and 36 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ class LoggerProcess extends CustomProcess
*/
public function message(Process $process)
{
if ($this->isExit()) {
if ($this->checkProcessIsStop()) {
$this->exit();
return;
}