eth_atr_d9: function() {
this.echo('Entering... ', { typing: true, delay: 10 });
this.echo('Text1', { typing: true, delay: 30 });
this.echo('Text2', { typing: true, delay: 30 });
On entering this command 'eth_atr_d9', the text to be echoed is printed normally but the ">" does not come, still it allows to enter another command which too works perfectly fine.
I tried changing the length of the text but the problem is occurring with only this command rest 6 commands work normally. I tried it locally and on codepen.io