You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) {.
The text was updated successfully, but these errors were encountered:
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
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) {
.The text was updated successfully, but these errors were encountered: