now inserting new line
This commit is contained in:
@ -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");
|
||||
})
|
||||
});
|
Reference in New Issue
Block a user