Replies: 1 comment 5 replies
-
|
The progress bar takes input to calculate and render progress. It's using the CR without the LF to give the visual appearance of animated progress on the same "line" of output. You might be able to swap a CR without a LF into a CRLF. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When running the command
winget upgrade PACKAGE_NAMEwithin NodeJScp.spawn(), the progress bar is going to stdout as parts of the process, not as a whole. How would I make it so I can detect every time progress has been made in downloading the file rather than after it's done downloading?Current:
What I want:
Beta Was this translation helpful? Give feedback.
All reactions