KT-2864
This commit is contained in:
@@ -78,6 +78,9 @@ public class TextOutputImpl implements TextOutput {
|
|||||||
line++;
|
line++;
|
||||||
column = 0;
|
column = 0;
|
||||||
justNewlined = true;
|
justNewlined = true;
|
||||||
|
if (outListener != null) {
|
||||||
|
outListener.newLined();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user