From 7e5fe4802f58941d55bf3a5a8da7115d27d29d32 Mon Sep 17 00:00:00 2001 From: Petros Angelatos Date: Thu, 12 Jun 2014 00:51:21 +0100 Subject: [PATCH] Don't filter out ANSI colours --- src/application.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/application.coffee b/src/application.coffee index ce3b44c2..13593b6b 100644 --- a/src/application.coffee +++ b/src/application.coffee @@ -105,8 +105,6 @@ exports.start = start = (app) -> es.pipeline( stream es.split() - # Remove color escape sequences - es.mapSync((s) -> s.replace(/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]/g, '')) es.mapSync(publish) ) .tap ->