diff --git a/System/Application.php b/System/Application.php index 5faa2810..912280e2 100644 --- a/System/Application.php +++ b/System/Application.php @@ -145,6 +145,7 @@ class Application extends BaseApplication } response()->send($manager->execCommand($class)); } catch (\Throwable $exception) { + var_export($exception); response()->send(implode("\n", [ 'Msg: ' . $exception->getMessage(), 'Line: ' . $exception->getLine(),