Skip to content

Commit be31347

Browse files
committed
Update RunCommand.php
1 parent 614b589 commit be31347

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

issue-bot/src/Console/RunCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ private function analyseHash(LoopInterface $loop, OutputInterface $output, int $
236236
try {
237237
$json = Json::decode($stdout, Json::FORCE_ARRAY);
238238
} catch (Throwable $e) {
239-
echo $stdout . "\n";
239+
$output->writeln($stdout);
240240
throw new Exception(sprintf('Failed to decode JSON for %s: %s', $hash, $e->getMessage()));
241241
}
242242

0 commit comments

Comments
 (0)