Add remove process.exit() from the command

This commit is contained in:
Mohammad Fares 2018-10-14 21:55:30 +03:00
parent 66b8c61053
commit e304c37012
1 changed files with 0 additions and 3 deletions

View File

@ -18,9 +18,6 @@ function done() {
console.log(di.chalk.green('The global config directory is created at'));
console.log(di.chalk.magenta(di.utility.getGlobalDirectory()));
// Terminate the app
process.exit();
}
/**