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

fix: logger.progress doesn't show first message in iTerm2 #1188

Open
feinstein opened this issue Dec 14, 2023 · 0 comments
Open

fix: logger.progress doesn't show first message in iTerm2 #1188

feinstein opened this issue Dec 14, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@feinstein
Copy link

feinstein commented Dec 14, 2023

I am using iTerm2 as my terminal and if I create a final progress = logger.progress('Message');, Message is never outputed. progress.update('Second') works fine though, and everything works fine in the Android Studio terminal.

It appears that this check is failing in iTerm2: if (!_stdout.hasTerminal) {.

@feinstein feinstein added the bug Something isn't working label Dec 14, 2023
@feinstein feinstein changed the title fix: logger.progress doesn't show first message in iterm2 fix: logger.progress doesn't show first message in iTerm2 Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant