From 76f005be4e6448d0529a6ef6ce2322905da24649 Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Tue, 30 Jan 2018 01:01:37 -0800 Subject: [PATCH] [console] Show message only on list command. (#3750) --- src/Bootstrap/Drupal.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Bootstrap/Drupal.php b/src/Bootstrap/Drupal.php index 830b85d41..e2edc51f3 100644 --- a/src/Bootstrap/Drupal.php +++ b/src/Bootstrap/Drupal.php @@ -239,6 +239,7 @@ public function boot() $messageManager->error( $e->getMessage(), $e->getCode(), + 'list', 'site:install' ); }