Add remove process.exit() from the command
This commit is contained in:
parent
1f14eae4b6
commit
66b8c61053
|
@ -14,9 +14,6 @@ function done() {
|
|||
console.log('The config file is saved into the file:');
|
||||
console.log(di.chalk.magenta('config.yml'));
|
||||
|
||||
// Terminate the app
|
||||
process.exit();
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue