Don't filter out ANSI colours

This commit is contained in:
Petros Angelatos 2014-06-12 00:51:21 +01:00 committed by Pablo Carranza Vélez
parent 29f5c9b7e0
commit 7e5fe4802f

View File

@ -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 ->