This commit is contained in:
2021-08-24 19:11:14 +08:00
parent 24c93edf2b
commit 1ef28546b9
9 changed files with 253 additions and 183 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ class Application extends BaseApplication
$data = $this->getBuilder($manager->exec($class));
} catch (\Throwable $exception) {
$data = $this->getBuilder(logger()->exception($exception));
$data = $this->getBuilder(jTraceEx($exception));
} finally {
print_r($data);
Timer::clearAll();