Add remove process.exit() from the command

This commit is contained in:
Mohammad Fares
2018-10-14 21:55:13 +03:00
parent 1f14eae4b6
commit 66b8c61053

View File

@@ -14,9 +14,6 @@ function done() {
console.log('The config file is saved into the file:'); console.log('The config file is saved into the file:');
console.log(di.chalk.magenta('config.yml')); console.log(di.chalk.magenta('config.yml'));
// Terminate the app
process.exit();
} }
/** /**