admin: removed stray VT100 sequences from summary.txt
This commit is contained in:
parent
e75fe998c5
commit
24aa7fbfed
@ -48,7 +48,7 @@ function colorify(text) {
|
||||
return "";
|
||||
}
|
||||
return seq;
|
||||
})) + Colors.normal;
|
||||
})) + (disableColor ? "": Colors.normal);
|
||||
}
|
||||
|
||||
function escapeColor(text) {
|
||||
|
Loading…
Reference in New Issue
Block a user