small cleanup
This commit is contained in:
parent
c0f4c460c1
commit
7f603f770a
@ -303,15 +303,15 @@ class ManiaControl implements CommandListener {
|
||||
// Manager callbacks
|
||||
$this->callbackManager->manageCallbacks();
|
||||
|
||||
// Manage FileReader
|
||||
$this->fileReader->appendData();
|
||||
|
||||
} catch(Exception $e) {
|
||||
if ($e->getMessage() == 'Connection interupted') {
|
||||
$this->quit($e->getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
// Manage FileReader
|
||||
$this->fileReader->appendData();
|
||||
|
||||
// Yield for next tick
|
||||
$loopEnd = microtime(true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user