diff --git a/src/Console/Command/RunCommand.php b/src/Console/Command/RunCommand.php index c1bf45ba..589407c9 100644 --- a/src/Console/Command/RunCommand.php +++ b/src/Console/Command/RunCommand.php @@ -89,9 +89,9 @@ private function pipelineWorker(Console\Style\SymfonyStyle $style, string $cwd, if (file_exists(\$file = '{$cwd}/{$path}/.env')) { \$dotenv->loadEnv(\$file); } - + \$runtime = new \Kiboko\Component\Runtime\Pipeline\Console( - new \Symfony\Component\Console\Output\StreamOutput(fopen('php://stdout', 'w')), + new \Symfony\Component\Console\Output\ConsoleOutput(), new \Kiboko\Component\Pipeline\Pipeline( new \Kiboko\Component\Pipeline\PipelineRunner( new \Psr\Log\NullLogger()