From: Vincent Vanwaelscappel Date: Thu, 18 Jan 2024 11:47:41 +0000 (+0100) Subject: wait #6149 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f070b24335ee217489e95c6c5cdc38f059386818;p=cubist_util.git wait #6149 --- 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()); } }