mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Lighten shade for default progress
This commit is contained in:
parent
dedd4aced0
commit
34b0310594
@ -38,7 +38,7 @@ class LongProgress extends Progress
|
||||
public function taskDone(bool $successful): void
|
||||
{
|
||||
if ($successful || !$this->print_failures) {
|
||||
$this->write(self::doesTerminalSupportUtf8() ? '▒' : '_');
|
||||
$this->write(self::doesTerminalSupportUtf8() ? '░' : '_');
|
||||
} else {
|
||||
$this->write('F');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user