Skip to content

Commit

Permalink
fix: fix a bug where errors during publication isn't shown
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-shuliu committed Jan 8, 2025
1 parent 1e46f1b commit f6816a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cls/IPM/Lifecycle/Base.cls
Original file line number Diff line number Diff line change
Expand Up @@ -1407,7 +1407,7 @@ Method %Publish(ByRef pParams) As %Status
}


Do tPublishClient.PublishModule(tModule)
$$$ThrowOnError(tPublishClient.PublishModule(tModule))


// May need to update the version of the currently-installed module.
Expand Down
2 changes: 1 addition & 1 deletion src/cls/IPM/Repo/Oras/PublishService.cls
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Class %IPM.Repo.Oras.PublishService Extends (%IPM.Repo.Oras.PackageService, %IPM.Repo.IPublishService)
{

Method PublishModule(pModule As %IPM.Repo.Remote.ModuleInfo) As %Boolean
Method PublishModule(pModule As %IPM.Repo.Remote.ModuleInfo) As %Status
{
Set status = $$$OK
Try {
Expand Down

0 comments on commit f6816a1

Please sign in to comment.