improved shutdown on error
This commit is contained in:
parent
01c617c16a
commit
7b04ec4317
@ -269,8 +269,7 @@ class ErrorHandler {
|
||||
}
|
||||
}
|
||||
if ($this->shouldStopExecution($errorNumber)) {
|
||||
logMessage('Stopping Execution...');
|
||||
exit();
|
||||
$this->maniaControl->quit('Stopping Execution...');
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user