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');