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
In scripts with many std:log:warn outputs, sometimes the outputs of std:task messages overlap with the warnings in the terminal (and end up somewhat garbled). I think this only happens with terminals and not when redirecting output to a file.
The text was updated successfully, but these errors were encountered:
Hmm, that shouldn't be possible, that's all buffered and rendered. I have seen that behavior when there are programs running which write directly to /dev/tty (which will just generally mess with the rendering state). I believe it would also occur with std:io:stderr as that doesn't pause the rendering like std:io:stdout does (maybe that should change).
In scripts with many
std:log:warn
outputs, sometimes the outputs ofstd:task
messages overlap with the warnings in the terminal (and end up somewhat garbled). I think this only happens with terminals and not when redirecting output to a file.The text was updated successfully, but these errors were encountered: