From 56ea84d10914656dade266a12560a9eb265c7efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 7 Sep 2021 15:33:25 +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 --- core/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Application.php b/core/Application.php index 8fa5eed4..d5686c60 100644 --- a/core/Application.php +++ b/core/Application.php @@ -239,7 +239,7 @@ class Application extends BaseApplication scan_directory(directory('app'), 'App'); } $class->run($input, $output); - $output->writeln('ok'); + $output->writeln('ok' . PHP_EOL); }