Skip to content

Commit

Permalink
Update UI after handling terminated event
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Jan 16, 2025
1 parent c3b61de commit b9423a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -2161,7 +2161,8 @@ Killing the adapter and it's CONN."
;; HACK remove duplicated terminated print for dlv
(unless (eq (dape--state conn) 'terminated)
(dape--message "Session terminated"))
(dape--update-state conn 'terminated)))))
(dape--update-state conn 'terminated)
(run-hooks 'dape-update-ui-hook)))))


;;; Startup/Setup
Expand Down

0 comments on commit b9423a5

Please sign in to comment.