fixing: action build issues

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-05-09 10:57:28 +05:30
parent 47ab750bdc
commit 08c348f2e8
Signed by: bravo68web
GPG Key ID: F5671FD7BCB9917A
1 changed files with 0 additions and 2 deletions

View File

@ -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);