From b2e70d20ccb0bb59a01de1fe173505045458cc03 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Sun, 26 Sep 2021 00:29:00 +0800 Subject: [PATCH] 111 --- http-server/ServerCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-server/ServerCommand.php b/http-server/ServerCommand.php index 65e4f719..2c31a05b 100644 --- a/http-server/ServerCommand.php +++ b/http-server/ServerCommand.php @@ -79,7 +79,7 @@ class ServerCommand extends Command } $this->generate_runtime_builder($manager); } catch (\Throwable $throwable) { - $output->write($throwable->getMessage()); + $output->write(jTraceEx($throwable)); } finally { return 1; }