mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-20 10:52:14 +09:00
Always save debugging information even if DisplayHandler is not invoked
This commit is contained in:
parent
b6083c02fa
commit
71724bb9fa
2 changed files with 27 additions and 2 deletions
|
|
@ -448,6 +448,12 @@ class Context
|
|||
*/
|
||||
public static function close()
|
||||
{
|
||||
// Save debugging information.
|
||||
if (!DisplayHandler::$debug_printed)
|
||||
{
|
||||
DisplayHandler::getDebugInfo();
|
||||
}
|
||||
|
||||
// Check session status and close it if open.
|
||||
if (self::checkSessionStatus())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue