mirror of
https://github.com/actions/setup-java.git
synced 2025-04-18 00:46:45 +00:00
updated semver error message
This commit is contained in:
parent
7a9787ff56
commit
ae113ef723
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ export class SemeruDistribution extends JavaBase {
|
|||
? `\nAvailable versions: ${availableOptions}`
|
||||
: '';
|
||||
throw new Error(
|
||||
`Could not find satisfied version for SemVer '${version}'. on your current OS version for ${arch} ${availableOptionsMessage}`
|
||||
`Could not find satisfied version for SemVer '${version}'. on your current OS version for ${this.architecture} ${availableOptionsMessage}`
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue