From e471f47826c3bd1f2464b6c60cdc347b8dfcf80e Mon Sep 17 00:00:00 2001 From: Hargun Kaur <56452820+hkaur008@users.noreply.github.com> Date: Mon, 4 Oct 2021 23:06:33 +0000 Subject: [PATCH] code syntax matched --- src/installer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer.ts b/src/installer.ts index f4d79a34..e07168ab 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -107,7 +107,7 @@ export async function getNode( `Received HTTP status code ${err.httpStatusCode}. This usually indicates the rate limit has been exceeded` ); } else { - core.info((err).message); + core.info(err.message); } core.debug(err.stack); core.info('Falling back to download directly from Node');