Merge pull request #167 from elucash/spinner-clear-tabs

clear tabs esc after process spinner
This commit is contained in:
AS 2013-11-22 04:01:15 -08:00
commit b6edba2a39

View File

@ -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);
}
};