From 2852486c8eb2c1fc5308cca0a450dfdb814afed4 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Sat, 24 Apr 2021 20:27:09 +0800 Subject: [PATCH] modify --- System/Application.php | 1 + 1 file changed, 1 insertion(+) 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(),