From 66b8c610532c67754a1f558e4d6a6bbb7408a49b Mon Sep 17 00:00:00 2001 From: Mohammad Fares Date: Sun, 14 Oct 2018 21:55:13 +0300 Subject: [PATCH] Add remove process.exit() from the command --- commands/config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/commands/config.js b/commands/config.js index b745715..441568e 100644 --- a/commands/config.js +++ b/commands/config.js @@ -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(); - } /**