From 25bd5b52af0e8cb07c95d548772b8c28ed1f0c25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sat, 10 Oct 2020 11:15:00 +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 --- HttpServer/Action.php | 1 + 1 file changed, 1 insertion(+) diff --git a/HttpServer/Action.php b/HttpServer/Action.php index ce0c72bf..15731024 100644 --- a/HttpServer/Action.php +++ b/HttpServer/Action.php @@ -116,6 +116,7 @@ trait Action if (empty($output)) { return false; } + $this->error(implode(PHP_EOL, $output)); return $output; }