Browse Source

Check invalid command

master
Jordi Baylina 5 years ago
parent
commit
60e1ce4c41
No known key found for this signature in database GPG Key ID: 7480C80C1BE43112
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      cli.js

+ 2
- 0
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);

Loading…
Cancel
Save