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
void main() {
for (var i = 0; i < 85; i++) {
print('hello ${i + 1}');
}
}
If I bump that 85 to 86, then what I see is the output being generated, and then all of it disappears at the end.
I can still select the text out of the output and paste it somewhere else so I can actually see it. So, this suggest this is merely a UI issue, somehow when the output gets too long, something changes the font color to be that of the background (!), which is very inconvenient to say the least!
The text was updated successfully, but these errors were encountered:
I'm using the latest chrome on a chromebook.
If I run this code, I see the output:
void main() {
for (var i = 0; i < 85; i++) {
print('hello ${i + 1}');
}
}
If I bump that 85 to 86, then what I see is the output being generated, and then all of it disappears at the end.
I can still select the text out of the output and paste it somewhere else so I can actually see it. So, this suggest this is merely a UI issue, somehow when the output gets too long, something changes the font color to be that of the background (!), which is very inconvenient to say the least!
The text was updated successfully, but these errors were encountered: