This commit is contained in:
as2252258@163.com
2021-04-24 20:28:14 +08:00
parent 4400c67e7d
commit fb4b9f4a24
+1 -1
View File
@@ -146,7 +146,7 @@ class Application extends BaseApplication
}
response()->send($manager->execCommand($class));
} catch (\Throwable $exception) {
var_export(Json::encode($exception));
var_export(current($exception->getTrace()));
response()->send(implode("\n", [
'Msg: ' . $exception->getMessage(),
'Line: ' . $exception->getLine(),