diff --git a/cli.js b/cli.js index 06c482d..8fa4b51 100644 --- a/cli.js +++ b/cli.js @@ -340,6 +340,8 @@ try { console.log(S); process.exit(0); + } else { + throw new Error("Invalid Command"); } } catch(err) { console.log("ERROR: " + err);