Skip to content

Commit

Permalink
[console] Show message only on list command. (#3750)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas committed Jan 30, 2018
1 parent a8a6aa1 commit 76f005b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Bootstrap/Drupal.php
Expand Up @@ -239,6 +239,7 @@ public function boot()
$messageManager->error(
$e->getMessage(),
$e->getCode(),
'list',
'site:install'
);
}
Expand Down

0 comments on commit 76f005b

Please sign in to comment.