now inserting new line

This commit is contained in:
2016-06-12 00:30:10 +02:00
parent 3b704dbde5
commit 15dd17e7a7
2 changed files with 7 additions and 1 deletions

View File

@ -47,4 +47,7 @@ process.on('SIGINT', () => {
logEarlyAbort = true;
rl.write(null, {ctrl: true, name: 'u'});
rl.close();
rl.on("close",function(){
console.log("\n");
})
});