Added TODO

This commit is contained in:
2024-08-13 16:16:09 -04:00
parent 18dd697470
commit b19e2ea651

View File

@@ -24,6 +24,7 @@ namespace jlog {
std::string consoleMsgFormatter(token t) {
// Just disable color output on Windows for now
// TODO: Figure out why ANSI RGB isn't working quite right on Windows
#ifdef WIN32
if (!t.delimiter.empty()) {
return std::format("{}{}{} ", t.delimiter[0], t.content, t.delimiter[1]);