Add remove process.exit() from the command
This commit is contained in:
parent
66b8c61053
commit
e304c37012
|
@ -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();
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue