Added TODO
This commit is contained in:
@@ -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]);
|
||||
|
Reference in New Issue
Block a user