Compare commits

..

No commits in common. "master" and "v1.1.0" have entirely different histories.

1 changed files with 0 additions and 4 deletions

View File

@ -22,10 +22,6 @@ function _gamectl_exception_handler($e)
//let's filter out too stack traces which are printed anyway //let's filter out too stack traces which are printed anyway
foreach($lines as $idx => $line) foreach($lines as $idx => $line)
{ {
if($idx === 0)
{
$line = 'Exception in ' . $e->getFile() . ':' . $e->getLine() . "\n" . $line;
}
if($idx > 0 && preg_match('~^#\d+\s+~', $line)) if($idx > 0 && preg_match('~^#\d+\s+~', $line))
continue; continue;
$digest .= $line . "\n"; $digest .= $line . "\n";