mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 01:46:46 +00:00
chore: update error message
This commit is contained in:
parent
f3b981e123
commit
e51fc6409d
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ export class DragonwellDistribution extends JavaBase {
|
||||||
|
|
||||||
if (!matchedVersions.length) {
|
if (!matchedVersions.length) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
`Couldn't find any satisfied version for the specified: "${version}".`
|
`Couldn't find any satisfied version for the specified java-version: "${version}".`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue