Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 67bf9bb

Browse files
committed
Correct output
1 parent 4171975 commit 67bf9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/RunCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
4343
foreach ($tasks as $task) {
4444
$result = ($this->createTask($this->taskRegistry($task), $input))->perform();
4545
if ($result !== 0) {
46-
$output->error('Failed to run task: ' . $task);
46+
$output->writeln('<fg=white;bg=red>Failed to run task:</> ' . $task);
4747

4848
return $result;
4949
}

0 commit comments

Comments
 (0)