X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole%2Fsrc%2FCommand%2FGenerate%2FCacheContextCommand.php;h=474082006086f046e560fdf67c912a8d88d7de0e;hp=c9be2e8775a249b6bdd7c74f487afcfcb8df3a55;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae diff --git a/vendor/drupal/console/src/Command/Generate/CacheContextCommand.php b/vendor/drupal/console/src/Command/Generate/CacheContextCommand.php index c9be2e877..474082006 100644 --- a/vendor/drupal/console/src/Command/Generate/CacheContextCommand.php +++ b/vendor/drupal/console/src/Command/Generate/CacheContextCommand.php @@ -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');