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