mirror of
https://github.com/actions/setup-node.git
synced 2025-06-08 02:22:04 +08:00
code syntax matched
This commit is contained in:
parent
42c8cd4b53
commit
e471f47826
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue
Block a user