Do not ext(1) from shutdown handler

This commit is contained in:
Nekrasov Ilya
2018-03-27 00:07:42 +03:00
committed by GitHub
parent 181c4502d8
commit 98a1b45cce
+1
View File
@@ -375,6 +375,7 @@ final class Run implements RunInterface
if ($error && Misc::isLevelFatal($error['type'])) {
// If there was a fatal error,
// it was not handled in handleError yet.
$this->allowQuit = false;
$this->handleError(
$error['type'],
$error['message'],