fix: printer parallel not displaying progress of deprecations

This commit is contained in:
Nuno Maduro
2023-03-02 17:50:36 +00:00
parent 62238b2714
commit e1bb1d8c2d

View File

@ -38,6 +38,7 @@ final class CompactPrinter
'T' => ['cyan', 't'], 'T' => ['cyan', 't'],
'I' => ['yellow', 'i'], 'I' => ['yellow', 'i'],
'N' => ['yellow', 'i'], 'N' => ['yellow', 'i'],
'D' => ['yellow', '!'],
'R' => ['yellow', '!'], 'R' => ['yellow', '!'],
'W' => ['yellow', '!'], 'W' => ['yellow', '!'],
'E' => ['red', ''], 'E' => ['red', ''],