mirror of
https://github.com/actions/setup-node.git
synced 2025-04-23 20:10:48 +00:00
code syntax matched
This commit is contained in:
parent
42c8cd4b53
commit
e471f47826
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue