From 1774321751c0366908f181992cf6ee780f7b8aee Mon Sep 17 00:00:00 2001 From: xiangshouding Date: Fri, 23 Jan 2015 21:59:24 +0800 Subject: [PATCH] add an blank line --- lib/colors.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/colors.js b/lib/colors.js index 15b3c19..fe6202d 100644 --- a/lib/colors.js +++ b/lib/colors.js @@ -51,6 +51,7 @@ var stylize = colors.stylize = function stylize (str, style) { if (!colors.enabled) { return str+''; } + return ansiStyles[style].open + str + ansiStyles[style].close; }