troubleshooter: update formatting (#490)

## Link to GitHub Issue, if one exists
n/a

## Description of change
Make the text color cyan to make the messages stand out.

## Testing
Verified in terminal.
This commit is contained in:
bicarus
2025-12-31 01:15:19 -08:00
committed by GitHub
parent 8de7e5a9e4
commit 17723d290a
4 changed files with 20 additions and 10 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ namespace logger {
DEFAULT = 0,
GREY = 1,
YELLOW = 2,
RED = 3
RED = 3,
SPECIAL = 4,
};
void start();