This commit is contained in:
2025-10-01 11:33:51 +03:00
parent 0903c452d9
commit 9950acd535
3 changed files with 6 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ func (de DecortClient) Check() (*CheckInfo, error) {
if _, exists := constants.VersionMap[string(res)]; exists {
info.Version = string(res)
} else {
return nil, err
return nil, fmt.Errorf("platform version isn't supported")
}
}