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 have a node program that used progress bar to display the progress of various long running operations. I redirect the output to a file to be viewed later but the no information about the progress bar is being stored in the file. I only see empty new lines instead of progress bar. I don't expect the progress bar to show the progress bar itself but if it can at least write the progress percentage in the file it would really help.
The text was updated successfully, but these errors were encountered:
But if you comment that line out you get the error seen here: #166
Or, at least I do. So I am wondering if there is a workaround. I am basically just using tee to capture this to a log. I don't need the log to be pretty.
I have a node program that used progress bar to display the progress of various long running operations. I redirect the output to a file to be viewed later but the no information about the progress bar is being stored in the file. I only see empty new lines instead of progress bar. I don't expect the progress bar to show the progress bar itself but if it can at least write the progress percentage in the file it would really help.
The text was updated successfully, but these errors were encountered: