code syntax matched

This commit is contained in:
Hargun Kaur 2021-10-04 23:06:33 +00:00 committed by GitHub
parent 42c8cd4b53
commit e471f47826

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