mirror of
https://github.com/actions/setup-java.git
synced 2025-03-13 09:37:03 +00:00
Update src/distributions/microsoft/installer.ts
Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
This commit is contained in:
parent
f073089abe
commit
434a5bfe1a
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ export class MicrosoftDistributions extends JavaBase {
|
|||
? `\nAvailable versions: ${availableOptions}`
|
||||
: '';
|
||||
throw new Error(
|
||||
`Could not find satisfied version for semver ${range}. ${availableOptionsMessage}`
|
||||
`Could not find satisfied version for SemVer ${range}. ${availableOptionsMessage}`
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue