mirror of
https://github.com/filp/whoops.git
synced 2026-09-13 03:06:20 +00:00
Do not ext(1) from shutdown handler
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user