Skip to content

Commit

Permalink
Merge pull request #75 from tommygnr/patch-1
Browse files Browse the repository at this point in the history
Avoid producing invalid xml output
  • Loading branch information
tgalopin committed Jun 18, 2018
2 parents d676b2b + 964ca2f commit 847d3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cli/Command/AnalyzeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ protected function execute(InputInterface $input, OutputInterface $output)

$chars = array('-', '\\', '|', '/');
$noAnsiStatus = 'Analysis queued';
$output->writeln($noAnsiStatus);
$output->getErrorOutput()->writeln($noAnsiStatus);

$position = 0;

Expand Down

0 comments on commit 847d3a0

Please sign in to comment.