mirror of
https://github.com/actions/setup-java.git
synced 2025-07-18 21:35:14 +00:00
Fix lint error
This commit is contained in:
parent
97bb5efd0f
commit
8aa8580be1
2 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ export class MicrosoftDistributions extends JavaBase {
|
|||
}
|
||||
} catch (err) {
|
||||
core.debug(
|
||||
`Http request for microsoft-openjdk-versions.json failed with status code: ${response?.statusCode}`
|
||||
`Http request for microsoft-openjdk-versions.json failed with status code: ${response?.statusCode}. Error: ${err}`
|
||||
);
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue