fixup "Colorize"

Do not quote escape sequence macro
This commit is contained in:
Emery Hemingway 2016-06-25 13:40:50 +02:00
parent eaabcba1c3
commit 34ec98176e

View file

@ -666,7 +666,7 @@ std::ostream & NixRepl::printValue(std::ostream & str, Value & v, unsigned int m
break;
default:
str << "ESC_RED «unknown»" ESC_END;
str << ESC_RED "«unknown»" ESC_END;
break;
}