This commit is contained in:
2021-03-23 10:25:17 +08:00
parent 5f66512199
commit c6e8871b9c
+5 -5
View File
@@ -119,11 +119,11 @@ class Application extends BaseApplication
response()->send($manager->execCommand($class));
} catch (\Throwable $exception) {
var_dump($exception);
response()->send(implode("\n", [
'Msg: ' . $exception->getMessage(),
'Line: ' . $exception->getLine(),
'File: ' . $exception->getFile()
]));
// response()->send(implode("\n", [
// 'Msg: ' . $exception->getMessage(),
// 'Line: ' . $exception->getLine(),
// 'File: ' . $exception->getFile()
// ]));
} finally {
Timer::clearAll();
}