mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
Merge pull request #167 from elucash/spinner-clear-tabs
clear tabs esc after process spinner
This commit is contained in:
commit
b6edba2a39
@ -66,7 +66,7 @@ UX.processing = {
|
||||
play(frames, 70);
|
||||
},
|
||||
stop : function() {
|
||||
process.stdout.write('\u001b[2K');
|
||||
process.stdout.write('\u001b[0G\u001b[2K');
|
||||
clearInterval(timer);
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user