parent
b3bdd6d0a9
commit
5db9f04046
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ let branch;
|
|||
let tag;
|
||||
let uploadDir;
|
||||
let message;
|
||||
|
||||
console.log(process.argv);
|
||||
try {
|
||||
apiLink = process.argv[2];
|
||||
if (typeof apiLink != "string" || apiLink.length < 5) throw new Error("Invalid apiLink!");
|
||||
|
|
Loading…
Reference in a new issue