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 f3fb417 commit c18602cCopy full SHA for c18602c
setup/src/Magento/Setup/Module/Di/Compiler/Log/Writer/Console.php
@@ -70,6 +70,7 @@ public function write(array $data)
70
71
if ($errorsCount) {
72
$this->console->writeln('<error>' . 'Total Errors Count: ' . $errorsCount . '</error>');
73
+ throw new \Magento\Framework\Validator\Exception(__('Error durring compilation'));
74
}
75
76
0 commit comments