mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
break instead of returning
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user