mirror of
https://github.com/actions/setup-node.git
synced 2025-07-04 06:10:52 +00: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`
|
`Received HTTP status code ${err.httpStatusCode}. This usually indicates the rate limit has been exceeded`
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
core.info((err).message);
|
core.info(err.message);
|
||||||
}
|
}
|
||||||
core.debug(err.stack);
|
core.debug(err.stack);
|
||||||
core.info('Falling back to download directly from Node');
|
core.info('Falling back to download directly from Node');
|
||||||
|
Loading…
Reference in New Issue
Block a user