We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 346f41d + ec08fcb commit 766f368Copy full SHA for 766f368
app/code/Magento/Catalog/Console/Command/ImagesResizeCommand.php
@@ -69,7 +69,6 @@ protected function execute(
69
$productIds = $productCollection->getAllIds();
70
if (!count($productIds)) {
71
$output->writeln("<info>No product images to resize</info>");
72
- // we must have an exit code higher than zero to indicate something was wrong
73
return \Magento\Framework\Console\Cli::RETURN_SUCCESS;
74
}
75
0 commit comments