break instead of returning

This commit is contained in:
Bruno Ribeito
2018-07-15 19:48:16 +01:00
parent 18f37440dc
commit cb888c343e
+1 -1
View File
@@ -177,7 +177,7 @@ export class Linkifier extends EventEmitter implements ILinkifier {
line = (<any>this._terminal.buffer.lines.get(absoluteRowIndex));
if (!line) {
return;
break;
}
} while (line.isWrapped);