Replace *all* unsupported ansi escape chars.
This commit is contained in:
parent
b7ea84a455
commit
2daed5f36f
|
@ -122,7 +122,7 @@ FOLDS = [
|
|||
.replace(/\033\[K\r/g, '\r')
|
||||
.replace(/\[2K/g, '')
|
||||
.replace(/\033\(B/g, '')
|
||||
.replace(/\033\[\d+G/, '')
|
||||
.replace(/\033\[\d+G/g, '')
|
||||
|
||||
ansi = ansiparse(log)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user