From 5f66512199aac87122c91046b136b7c5d00f3ffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 23 Mar 2021 10:23:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Application.php | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Application.php b/System/Application.php index 1aa1649e..babbd9a7 100644 --- a/System/Application.php +++ b/System/Application.php @@ -118,6 +118,7 @@ class Application extends BaseApplication $class = $manager->search(); response()->send($manager->execCommand($class)); } catch (\Throwable $exception) { + var_dump($exception); response()->send(implode("\n", [ 'Msg: ' . $exception->getMessage(), 'Line: ' . $exception->getLine(),