mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 10:26:46 +00:00
Enhanced error messaged for semeru distribution
This commit is contained in:
parent
7c6fe208f4
commit
d141a64379
3 changed files with 5 additions and 5 deletions
|
@ -207,7 +207,7 @@ describe('findPackageForDownload', () => {
|
|||
});
|
||||
distribution['getAvailableVersions'] = async () => [];
|
||||
await expect(distribution['findPackageForDownload']('8')).rejects.toThrow(
|
||||
`Unsupported architecture: ${arch} is not supported for IBM Semeru 8 on your current OS version. Please refer to IBM Semeru documentation or support resources to verify compatibility with your OS.`
|
||||
`Unsupported architecture: ${arch} is not supported for IBM Semeru 8 for your current OS version. Please refer to IBM Semeru documentation or support resources to verify compatibility with your OS.`
|
||||
);
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue