This commit is contained in:
2021-08-04 15:54:38 +08:00
parent d5591b8d42
commit 4a861f18e8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ class Application extends BaseApplication
}
$data = response()->getBuilder($manager->execCommand($class));
} catch (\Throwable $exception) {
$data = logger()->exception($exception);
$data = response()->getBuilder(logger()->exception($exception));
} finally {
print_r($data);
Timer::clearAll();