node-progress icon indicating copy to clipboard operation
node-progress copied to clipboard

Cursor should be on the next line

Open timbset opened this issue 8 years ago • 1 comments

I have an importer that I can stop at any moment. So if I stop it, the output looks ugly:

Import [====----------------] 173/846Terminate batch job (Y/N)?

I expect this:

Import [====----------------] 173/846
Terminate batch job (Y/N)?

timbset avatar Sep 15 '17 14:09 timbset

Ran into this to, but if you explicitly call .terminate() on the progress bar before you move on it fixes the issue, at least in my case.

duanefields avatar Dec 05 '17 21:12 duanefields