fix: Control characters ending up in log files
This commit is contained in:
parent
373db3de95
commit
3897245a7e
@ -80,7 +80,7 @@ namespace hex::log {
|
||||
s_loggerFile.disableBuffering();
|
||||
|
||||
if (s_loggerFile.isValid()) {
|
||||
s_colorOutputEnabled = true;
|
||||
s_colorOutputEnabled = false;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user