Skip to content

Commit

Permalink
code syntax matched
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaur008 committed Oct 4, 2021
1 parent 42c8cd4 commit e471f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installer.ts
Expand Up @@ -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');
Expand Down

0 comments on commit e471f47

Please sign in to comment.