CrashDump: Scan full stack trace to determine plugin involvement

This commit is contained in:
Dylan K. Taylor
2018-12-16 19:34:40 +00:00
parent 836cb67850
commit 2cdf97b7b5
3 changed files with 48 additions and 19 deletions

View File

@ -2241,7 +2241,7 @@ class Server{
"fullFile" => $e->getFile(),
"file" => $errfile,
"line" => $errline,
"trace" => Utils::printableTrace($trace)
"trace" => $trace
];
global $lastExceptionError, $lastError;