modify
This commit is contained in:
@@ -146,7 +146,7 @@ class Application extends BaseApplication
|
|||||||
}
|
}
|
||||||
response()->send($manager->execCommand($class));
|
response()->send($manager->execCommand($class));
|
||||||
} catch (\Throwable $exception) {
|
} catch (\Throwable $exception) {
|
||||||
var_export(Json::encode($exception));
|
var_export(current($exception->getTrace()));
|
||||||
response()->send(implode("\n", [
|
response()->send(implode("\n", [
|
||||||
'Msg: ' . $exception->getMessage(),
|
'Msg: ' . $exception->getMessage(),
|
||||||
'Line: ' . $exception->getLine(),
|
'Line: ' . $exception->getLine(),
|
||||||
|
|||||||
Reference in New Issue
Block a user