Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Console/Command/DependenciesShowRemovableCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
Files::setInstance(new Files($this->registrar, $this->dirSearch, $this->themePackageList));
$this->buildReport($input->getOption(self::INPUT_KEY_OUTPUT));
$output->writeln('<info>Report successfully processed. File "' . $input->getOption(self::INPUT_KEY_OUTPUT) . '" generated.</info>');
return \Magento\Framework\Console\Cli::RETURN_SUCCESS;
} catch (\Exception $e) {
$output->writeln(
'<error>Please check the path you provided. Removable Modules report generator failed with error: ' .
Expand Down