mirror of
https://github.com/danog/loop.git
synced 2024-12-02 09:17:51 +01:00
Fix reportPause triggering even in case of CONTINUE
This commit is contained in:
parent
6112950271
commit
73f1574f37
@ -162,7 +162,9 @@ abstract class Loop implements Stringable
|
|||||||
$this->loopInternal();
|
$this->loopInternal();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
$this->reportPause($timeout);
|
if ($timeout !== self::CONTINUE) {
|
||||||
|
$this->reportPause($timeout);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user