From dcf0a8fff64bcbf58d1b1430db4b8a84c807d543 Mon Sep 17 00:00:00 2001 From: actions-bot <58130806+actions-bot@users.noreply.github.com> Date: Mon, 18 Sep 2023 17:14:06 +0900 Subject: [PATCH] build: update distribution (#211) Co-authored-by: actions-bot --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 2f14eb1..b76cac6 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1025,7 +1025,7 @@ class OidcClient { .catch(error => { throw new Error(`Failed to get ID Token. \n Error Code : ${error.statusCode}\n - Error Message: ${error.result.message}`); + Error Message: ${error.message}`); }); const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value; if (!id_token) {