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.