From 8b3e9e91919324abbcb6ff4c4f5aeafab98b5da7 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 18 Jan 2024 12:47:27 +0100 Subject: [PATCH] wait #6149 @0.5 --- src/CommandLine.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/CommandLine.php b/src/CommandLine.php index c0c676f..cc63d71 100644 --- a/src/CommandLine.php +++ b/src/CommandLine.php @@ -358,4 +358,9 @@ class CommandLine echo $this->getCommand() . "\n\n" . $this->getOutput() . "\n\n"; } } + + public function error_log() + { + error_log($this->getCommand() . "\n\n" . $this->getOutput() . "\n\n"); + } } -- 2.39.5