This commit is contained in:
IvanZosimov
2023-04-11 13:44:35 +02:00
parent 12f70884d7
commit aa34a3ceaa
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ export class DotnetVersionResolver {
if (!releaseInfo) {
throw new Error(
`Could not find info for version with major tag: ${majorTag} at ${DotnetVersionResolver.DotNetCoreIndexUrl}`
`Could not find info for version with major tag: "${majorTag}" at ${DotnetVersionResolver.DotNetCoreIndexUrl}`
);
}