Swallow ansi control sequences, which we don't support
This commit is contained in:
parent
fba6160703
commit
27dee49a8e
|
@ -37,7 +37,8 @@
|
|||
.replace(/\033\[K\r/g, '\r')
|
||||
.replace(/^.*\r(?!$)/gm, '')
|
||||
.replace(/\[2K/g, '')
|
||||
.replace(/\033\(B/g, "")
|
||||
.replace(/\033\(B/g, '')
|
||||
.replace(/\033\[\d+G/, '')
|
||||
|
||||
ansi = ansiparse(log)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user