This commit is contained in:
2021-08-04 15:53:13 +08:00
parent c361c03ae5
commit d5591b8d42
+1 -1
View File
@@ -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();