Skip to content

Commit

Permalink
Convert error to message, as it will be invoked in timer context
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Jun 29, 2024
1 parent fb6b465 commit caef774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ Run step like COMMAND on CONN. If ARG is set run COMMAND ARG times."
(list :granularity
(symbol-name dape-stepping-granularity)))))
(if error
(error "Failed to %s: %s" command error)
(message "Failed to \"%s\": %s" command error)
;; From specification [continued] event:
;; A debug adapter is not expected to send this event in
;; response to a request that implies that execution
Expand Down

0 comments on commit caef774

Please sign in to comment.