From 7f603f770a9fc9f04d8b47c5ab80e6e49143ab7a Mon Sep 17 00:00:00 2001 From: kremsy Date: Fri, 14 Feb 2014 13:52:20 +0100 Subject: [PATCH] small cleanup --- application/core/ManiaControl.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/core/ManiaControl.php b/application/core/ManiaControl.php index fedf0f86..a91a7790 100644 --- a/application/core/ManiaControl.php +++ b/application/core/ManiaControl.php @@ -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);