mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 21:32:51 +09:00
Do not exit in Debug shutdown handler
This commit is contained in:
parent
04e729776c
commit
2c7f220445
2 changed files with 1 additions and 2 deletions
|
|
@ -329,6 +329,7 @@ class Debug
|
|||
|
||||
// Display the error screen.
|
||||
self::displayErrorScreen($log_entry);
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -421,7 +422,6 @@ class Debug
|
|||
|
||||
// Display a generic error page.
|
||||
\Context::displayErrorPage($title, $message, 500);
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue