Skip to content

Commit

Permalink
🚸 Provide more information about unavailable or unsupported releases …
Browse files Browse the repository at this point in the history
…(QD-9841)
  • Loading branch information
tiulpin committed Sep 5, 2024
1 parent b5f0ded commit cad377b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/installers.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func getIde(productCode string) *ReleaseDownloadInfo {

res, ok := (*release.Downloads)[downloadType]
if !ok {
platform.ErrorMessage("Error while obtaining the release for platform type: ", downloadType)
platform.ErrorMessage("%s %s (%s) is not available or not supported for the current platform", productCode, *release.Version, dist)
return nil
}

Expand Down

0 comments on commit cad377b

Please sign in to comment.