From c6e8871b9c598ae94eba9205ce522eb057e03e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 23 Mar 2021 10:25:17 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/System/Application.php b/System/Application.php index babbd9a7..9d5c10d2 100644 --- a/System/Application.php +++ b/System/Application.php @@ -119,11 +119,11 @@ class Application extends BaseApplication response()->send($manager->execCommand($class)); } catch (\Throwable $exception) { var_dump($exception); - response()->send(implode("\n", [ - 'Msg: ' . $exception->getMessage(), - 'Line: ' . $exception->getLine(), - 'File: ' . $exception->getFile() - ])); +// response()->send(implode("\n", [ +// 'Msg: ' . $exception->getMessage(), +// 'Line: ' . $exception->getLine(), +// 'File: ' . $exception->getFile() +// ])); } finally { Timer::clearAll(); }