Use 🛑 (red octagonal stop sign) for ERROR prefix
❌ is a thin black-and-white cross that gets lost against terminal backgrounds and the ANSI red text. 🛑 is a solid red octagon that reads unmistakably as 'stop/error' at a glance, even when the user isn't reading the line carefully.
This commit is contained in:
@@ -405,7 +405,7 @@ Message classes:
|
||||
| Info | `》` (white) | column 0 | Neutral status update |
|
||||
| Notice | `》` (cyan) | column 0 | Important note that is not a warning |
|
||||
| Warning | `⚠️ Warning:` (orange/yellow) | column 0 | Recoverable problem |
|
||||
| Error | `❌ ERROR:` (red) | column 0 | Operation aborted |
|
||||
| Error | `🛑 ERROR:` (red) | column 0 | Operation aborted |
|
||||
| Progress | ` 》` (white) | column 2 | Heartbeat or per-item status during a long-running operation |
|
||||
|
||||
Conventions:
|
||||
|
||||
Reference in New Issue
Block a user