Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console / src / Command / Generate / CacheContextCommand.php
index c9be2e8775a249b6bdd7c74f487afcfcb8df3a55..474082006086f046e560fdf67c912a8d88d7de0e 100644 (file)
@@ -108,7 +108,7 @@ class CacheContextCommand extends Command
 
         // @see use Drupal\Console\Command\Shared\ConfirmationTrait::confirmGeneration
         if (!$this->confirmGeneration($io)) {
-            return;
+            return 1;
         }
 
         $module = $input->getOption('module');