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

    Clarify error message
---
 dape.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dape.el b/dape.el
index 33e57b6a58..b0563c99d1 100644
--- a/dape.el
+++ b/dape.el
@@ -1308,7 +1308,7 @@ See `dape--connection-selected'."
                                     (and (dape--stopped-threads conn)))
                                   ordered)))))
     (unless (or nowarn conn)
-      (user-error "No %sdebug connection live"
+      (user-error "No %sdebug connection"
                   ;; `parent' and `last' does not make sense to the user
                   (if (memq type '(running stopped))
                       (format "%s " type) "")))

Reply via email to