From f070b24335ee217489e95c6c5cdc38f059386818 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 18 Jan 2024 12:47:41 +0100 Subject: [PATCH] wait #6149 --- src/CommandLine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandLine.php b/src/CommandLine.php index cc63d71..e27f668 100644 --- a/src/CommandLine.php +++ b/src/CommandLine.php @@ -361,6 +361,6 @@ class CommandLine public function error_log() { - error_log($this->getCommand() . "\n\n" . $this->getOutput() . "\n\n"); + error_log($this->getCommand() . "\n\n" . $this->getOutput()); } } -- 2.39.5