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.
1 parent 4046856 commit 02a8c68Copy full SHA for 02a8c68
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