fix: Control characters ending up in log files

This commit is contained in:
WerWolv
2024-03-15 17:55:00 +01:00
parent 7dfcbb15a4
commit b1d6086c0c

View File

@@ -65,7 +65,7 @@ namespace hex::log {
s_loggerFile.disableBuffering();
if (s_loggerFile.isValid()) {
s_colorOutputEnabled = true;
s_colorOutputEnabled = false;
break;
}
}