From 2f325992f7115d1195a3bce58a6e3b867f764c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Planchat?= Date: Tue, 21 Nov 2023 17:55:33 +0100 Subject: [PATCH] Migrated code from symfony/process to react/child-process --- src/Console/Command/RunCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ),