Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Second duplicated echo is ignored #672

Closed
jcubic opened this issue Jun 21, 2021 · 3 comments
Closed

Second duplicated echo is ignored #672

jcubic opened this issue Jun 21, 2021 · 3 comments
Labels
Bug resolved if issue is resolved, it will be open until merge with master

Comments

@jcubic
Copy link
Owner

jcubic commented Jun 21, 2021

Issue summary

It seems that if you echo the same string twice in a row, only one text is printed on the terminal.

Expected behavior

That everything is printed.

Actual behavior

Only one string is printed.

Steps to reproduce

term.echo('hello').echo('hello')
@jcubic
Copy link
Owner Author

jcubic commented Jun 23, 2021

The problem was with cache, this also didn't work correctly, and printed two strings:

term.echo('foo').echo('bar').echo('foo')

@jcubic jcubic added the resolved if issue is resolved, it will be open until merge with master label Jun 23, 2021
@trankten
Copy link

Having the same issue.
Reverting to version 2.25.0 fixes it till a new version is up.
https://unpkg.com/jquery.terminal@2.25.0/js/jquery.terminal.min.js

Thank you.

@jcubic jcubic closed this as completed Jul 5, 2021
@jcubic
Copy link
Owner Author

jcubic commented Jul 5, 2021

Released in 2.27.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug resolved if issue is resolved, it will be open until merge with master
Projects
None yet
Development

No branches or pull requests

2 participants