code syntax matched

pull/338/head
Hargun Kaur 2021-10-04 23:06:33 +00:00 committed by GitHub
parent 42c8cd4b53
commit e471f47826
1 changed files with 1 additions and 1 deletions

View File

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