From 5e939d5f2ab49d4648505350a1597186c03200b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 06:21:27 +0000 Subject: [PATCH] chore: build and format --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 19b7001..1810712 100644 --- a/dist/index.js +++ b/dist/index.js @@ -21594,7 +21594,7 @@ const exec = (cmd, args = [], callAPI) => if (code !== 0 && !stdout.includes("nothing to commit")) { let err = new Error(`Invalid status code: ${code}`); err.code = code; - console.log(err) + console.log(err); if (callAPI) { apiRequest({ ...reqParams, status: "failure" }, () => reject(err)); } else {