branch: externals/dape
commit caef77459366a1f78d931276cb454eed84f53340
Author: Daniel Pettersson <dan...@dpettersson.net>
Commit: Daniel Pettersson <dan...@dpettersson.net>

    Convert error to message, as it will be invoked in timer context
---
 dape.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dape.el b/dape.el
index a4aca33b47..ee372803d4 100644
--- a/dape.el
+++ b/dape.el
@@ -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

Reply via email to