mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-18 17:00:25 +00:00
Don't filter out ANSI colours
This commit is contained in:
parent
29f5c9b7e0
commit
7e5fe4802f
@ -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 ->
|
||||
|
Loading…
x
Reference in New Issue
Block a user