diff --git a/src/Console/Command/RunCommand.php b/src/Console/Command/RunCommand.php index 589407c9..1a5ac69a 100644 --- a/src/Console/Command/RunCommand.php +++ b/src/Console/Command/RunCommand.php @@ -163,7 +163,7 @@ private function workflowWorker(Console\Style\SymfonyStyle $style, string $cwd, } \$runtime = new \Kiboko\Component\Runtime\Workflow\Console( - new \Symfony\Component\Console\Output\StreamOutput(fopen('php://stdout', 'w')), + new \Symfony\Component\Console\Output\ConsoleOutput(), new \Kiboko\Component\Pipeline\PipelineRunner( new \Psr\Log\NullLogger() ),