diff --git a/src/Commands/BaseExecCommand.php b/src/Commands/BaseExecCommand.php index 1893e4c..caa8b68 100644 --- a/src/Commands/BaseExecCommand.php +++ b/src/Commands/BaseExecCommand.php @@ -143,7 +143,7 @@ protected function doExecute( new LocalSemaphore($w), function ($value) use ($command, $placeholder, $output, $logger, &$hasErrors) { $sCommand = $command->with([$placeholder => $value]); - $process = new Process($sCommand); + $process = new Process("($sCommand) 2>&1"); $output->writeln("Current site: $value");