diff --git a/colors.js b/colors.js index 85e25fb..0e0028d 100644 --- a/colors.js +++ b/colors.js @@ -27,7 +27,7 @@ var extras = { reversed: 7 } -var esc = function(str) { return "\x1B["+str+'m'; } +var esc = function(str) { return "\x1B[" + str + 'm'; } this.reset = esc(0);