1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-15 14:54:09 +02:00

Added a green "SUCCESS" message for successful builds

This commit is contained in:
Brian Fiete 2025-02-01 17:26:44 -08:00
parent 1a187de4c9
commit d7d88585d2
5 changed files with 18 additions and 9 deletions

View file

@ -47,6 +47,7 @@ namespace IDE.ui
BuildError,
BuildWarning,
BuildSuccess,
VisibleWhiteSpace
}