Todo editing

This commit is contained in:
Sewmina
2022-04-05 06:52:58 +05:30
parent b7ce14a558
commit 7aa8712c16
7 changed files with 95 additions and 20 deletions

View File

@@ -17,7 +17,7 @@ class Debug{
static void Log(Object? msg){
if(!enableErrorLoggin) {return;}
print('\x1B[0m$msg');
print('\x1B[36m$msg\x1B[0m');
}
}