Closed adamawang closed 1 year ago
use gracefulExit: true
- otherwise the terminal settings are not restored by the exit handler.
but keep in mind that you've to add a custom exit handler manually which terminates your app
Awesome, thank you for the suggestion that seems to have worked!
Hi @AndiDittrich, this seems to be happening when you
ctrl+c
when a multibar is in progress. If you have a log that prints a long string of text that is more than one line, any subsequent line is truncated. Not sure what is happening there, could it be related to linewrap or clearline in the terminal.js file?Probably the same issue to https://github.com/npkgz/cli-progress/issues/120
To repro:
Screenshot of it happening, where between the two runs, I hit
ctrl + c
to stop the command:Version numbers: