提交 8dc5b561 编写于 作者: D Dirk Baeumer

Fixes #4358: Output Window is removing new lines

上级 05c771c2
......@@ -36,9 +36,6 @@ export class LineDecoder {
}
let start = 0;
let ch: number;
while (start < value.length && ((ch = value.charCodeAt(start)) === CharCode.CarriageReturn || ch === CharCode.LineFeed)) {
start++;
}
let idx = start;
while (idx < value.length) {
ch = value.charCodeAt(idx);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册