diff --git a/install.php b/install.php index d5461b7ea..4de7a9de0 100644 --- a/install.php +++ b/install.php @@ -68,7 +68,7 @@ function runProcess(string $cmd, string $input = null): void // Read and print error output while (!feof($pipes[2])) { - echo stream_get_contents($pipes[2], 1); + out(stream_get_contents($pipes[2], 1), 'error'); flush(); }