remove colors from cbsd bls

This commit is contained in:
Zane C. B-H 2019-05-02 11:39:07 -05:00
parent efc3f39d6e
commit 18d23e3346
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ sub poll{
$self->warn;
return undef;
}
$raw =~ s/\x1b\[[0-9;]*m//g;
my @raw_split=split(/\n/, $raw);