in src/utils/utils.ts [86:92]
static removeAnsiEscapeCodes(str: string): string { if (str) { str = str.replace(CSI_SEQUENCE, '') } return str }