mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 18:06:45 +00:00
prettier log err
This commit is contained in:
parent
8dcd17f2ef
commit
71a377dea9
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ export class MicrosoftDistributions extends JavaBase {
|
|||
|
||||
if (!foundRelease) {
|
||||
throw new Error(
|
||||
`Could not find satisfied version for SemVer ${range}. ${manifest
|
||||
`Could not find satisfied version for SemVer ${range}.\nAvailable versions: ${manifest
|
||||
.map(item => item.version)
|
||||
.join(', ')}`
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue