mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-08 06:06:40 +02:00
Exit with correct code after handling an uncaught exception, fixes #592
This commit is contained in:
@@ -130,6 +130,8 @@ class ErrorHandler
|
|||||||
if ($this->previousExceptionHandler) {
|
if ($this->previousExceptionHandler) {
|
||||||
call_user_func($this->previousExceptionHandler, $e);
|
call_user_func($this->previousExceptionHandler, $e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
exit(255);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user