Skip to content

Commit

Permalink
Improve error message for registerProduct.solo
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Feb 2, 2024
1 parent 8f50759 commit 79418af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/registerProduct.solo
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ doit
spec projectsHome: self dirname asFileReference parent parent].
registryClass := (self globalNamed: 'GDKRegistry').
stonesRegistry := registryClass stonesRegistryNamed: self registryName.
self positionalArgs size ~= 1
ifTrue: [ self error: 'Expected a single positional argument for GemStone version' ].
self productPath
ifNotNil: [:productPath |
gemstonePath := GsFile serverRealPath: self productPath.
Expand Down

0 comments on commit 79418af

Please sign in to comment.