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; }