From e51fc6409d60cc36ce9f6791cbea1f26be27e141 Mon Sep 17 00:00:00 2001 From: Ivan Zosimov Date: Tue, 12 Sep 2023 14:52:01 +0200 Subject: [PATCH] chore: update error message --- src/distributions/dragonwell/installer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/distributions/dragonwell/installer.ts b/src/distributions/dragonwell/installer.ts index b815a53f..f899d71b 100644 --- a/src/distributions/dragonwell/installer.ts +++ b/src/distributions/dragonwell/installer.ts @@ -41,7 +41,7 @@ export class DragonwellDistribution extends JavaBase { if (!matchedVersions.length) { 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}".` ); }