Fixed getTrace() on crash with xdebug

This commit is contained in:
Shoghi Cervantes
2014-07-27 17:31:39 +02:00
parent f53d513894
commit 6d77b0883e
3 changed files with 63 additions and 29 deletions

View File

@ -1780,6 +1780,7 @@ class Server{
}
public function crashDump(){
if($this->isRunning === false){
return;
}