diff --git a/error.inc.php b/error.inc.php index 1ca0814..e1b6119 100644 --- a/error.inc.php +++ b/error.inc.php @@ -23,7 +23,7 @@ function _gamectl_exception_handler($e) foreach($lines as $idx => $line) { if($idx > 0 && preg_match('~^#\d+\s+~', $line)) - break; + continue; $digest .= $line . "\n"; } $digest = trim($digest);