diff --git a/HttpServer/Http/Response.php b/HttpServer/Http/Response.php index f01190c8..84c52934 100644 --- a/HttpServer/Http/Response.php +++ b/HttpServer/Http/Response.php @@ -219,8 +219,7 @@ class Response extends HttpService } else { $string .= $result . PHP_EOL . PHP_EOL; } - $string .= 'Command End!' . PHP_EOL; - print_r($string); + print_r($string . 'Command End!') . PHP_EOL; } /**