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