From 08c348f2e87996dc823b644a8bf84b5cf0479889 Mon Sep 17 00:00:00 2001 From: "Jyotirmoy Bandyopadhyaya [Bravo68]" Date: Tue, 9 May 2023 10:57:28 +0530 Subject: [PATCH] fixing: action build issues --- app/bootstrap.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/bootstrap.ts b/app/bootstrap.ts index 3244c47..0fed08b 100644 --- a/app/bootstrap.ts +++ b/app/bootstrap.ts @@ -19,7 +19,6 @@ if (commandName === "help") { console.log(""); console.log("Github : ", "https://github.com/BRAVO68WEB/stockpile"); console.log("Author : ", "https://github.com/BRAVO68WEB/"); - process.exit(0); } else if (commandName === "init") { try { console.log("Initializing new Stockpile config file"); @@ -65,7 +64,6 @@ if (commandName === "help") { fs.writeFileSync(config.configpath, JSON.stringify(config)); console.log(`Config file created at ${config.configpath}`); - process.exit(0); } catch (err) { console.log(err); process.exit(1);