1
0
mirror of synced 2024-09-24 03:28:24 +02:00

fix: Control characters ending up in log files

This commit is contained in:
WerWolv 2024-03-15 17:55:00 +01:00
parent 373db3de95
commit 3897245a7e

View File

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