-
Notifications
You must be signed in to change notification settings - Fork 222
Closed
Description
The readline module is very buggy. If you're using an instance in your script and then you use a progress bar, when it closes, the instance in your script is also closed. Can you avoid the readline module and use the functions process.stdout.clearLine() and process.stdout.cursorTo(<position>)?
For example, a "Waiting..." message: http://stackoverflow.com/questions/11600890/how-to-erase-characters-printed-in-console
Metadata
Metadata
Assignees
Labels
No labels