Skip to content

Commit c76554a

Browse files
committed
Add an emoji for warnings as well
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent bc7d87a commit c76554a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/Command/SetupChecks.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
6464
$emoji = match($check->getSeverity()) {
6565
'success' => '',
6666
'error' => '',
67+
'warning' => '',
6768
default => '',
6869
};
6970
$verbosity = ($check->getSeverity() === 'error' ? OutputInterface::VERBOSITY_QUIET : OutputInterface::VERBOSITY_NORMAL);

0 commit comments

Comments
 (0)