test
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
jusax23 2022-11-08 15:08:39 +01:00
parent b3bdd6d0a9
commit 5db9f04046

View file

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