This commit is contained in:
rebornix 2020-12-11 15:49:08 -08:00
parent fe4f9a9e6f
commit fd44d15c22

View file

@ -90,7 +90,6 @@ export function truncatedArrayOfString(container: HTMLElement, outputs: string[]
const lineCount = buffer.getLineCount();
const fullRange = new Range(1, 1, lineCount, Math.max(1, buffer.getLineLastNonWhitespaceColumn(lineCount)));
container.innerText = buffer.getValueInRange(fullRange, EndOfLinePreference.TextDefined);
if (renderANSI) {
container.appendChild(handleANSIOutput(buffer.getValueInRange(fullRange, EndOfLinePreference.TextDefined), themeService));
} else {