Skip to content

Commit

Permalink
MAGETWO-52000: [Github][PR]impossible to see what is wrong with cron …
Browse files Browse the repository at this point in the history
…- unhelpful error message #3189

- CR comment
  • Loading branch information
mazhalai committed May 19, 2016
1 parent 28b1eb3 commit a82fc45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
if (!count($productIds)) {
$output->writeln("<info>No product images to resize</info>");
// we must have an exit code higher than zero to indicate something was wrong
return \Magento\Framework\Console\Cli::RETURN_FAILURE;
return \Magento\Framework\Console\Cli::RETURN_SUCCESS;
}

try {
Expand Down

0 comments on commit a82fc45

Please sign in to comment.