From 5db9f040468a8bd97e280f046166da45d9614027 Mon Sep 17 00:00:00 2001 From: jusax23 Date: Tue, 8 Nov 2022 15:08:39 +0100 Subject: [PATCH] test --- publish.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.js b/publish.js index 7ff12aa..dd9eca9 100644 --- a/publish.js +++ b/publish.js @@ -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!");