]> _ Git - cubist_util.git/commitdiff
wait #6149
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 18 Jan 2024 11:47:41 +0000 (12:47 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 18 Jan 2024 11:47:41 +0000 (12:47 +0100)
src/CommandLine.php

index cc63d71d44edf305a53e181b2c18121cf1c4ad33..e27f668880ce7bda6807a320e7656b57b274a998 100644 (file)
@@ -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());
     }
 }