move new line to main process

This commit is contained in:
2016-06-12 00:38:11 +02:00
parent 9a26f1367d
commit 3af6edd5e6
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -37,6 +37,7 @@ export let stop = function(){
done.resolve();
})
} else {
console.log("\n");
done.resolve();
}
return done.promise;