diff --git a/System/Application.php b/System/Application.php index 9cbe10eb..3034f9a2 100644 --- a/System/Application.php +++ b/System/Application.php @@ -146,7 +146,7 @@ class Application extends BaseApplication } $data = response()->getBuilder($manager->execCommand($class)); } catch (\Throwable $exception) { - $data = response()->getBuilder(logger()->exception($exception)); + $data = logger()->exception($exception); } finally { print_r($data); Timer::clearAll();