mirror of
https://github.com/filp/whoops.git
synced 2026-09-20 15:16:46 +00:00
@@ -252,7 +252,7 @@ class Inspector
|
||||
}
|
||||
|
||||
if (!extension_loaded('xdebug') || !xdebug_is_enabled()) {
|
||||
return [];
|
||||
return $traces;
|
||||
}
|
||||
|
||||
// Use xdebug to get the full stack trace and remove the shutdown handler stack trace
|
||||
|
||||
Reference in New Issue
Block a user