Skip to content

Commit

Permalink
No error message when stopping server fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmierzeje committed Dec 24, 2024
1 parent ef1d584 commit 1acc00f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vba/PlantUMLEdit.frm
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Attribute App.VB_VarHelpID = -1
Private Initializing As Boolean

Private Sub App_PresentationCloseFinal(ByVal Pres As Presentation)
On Error Resume Next
PlantUml.StopServer
End Sub

Expand Down

0 comments on commit 1acc00f

Please sign in to comment.