Skip to content

Commit

Permalink
Remove properties from input in dape-evaluate-expression warning
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Sep 30, 2024
1 parent d608d58 commit 6436bb0
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 @@ -2613,7 +2613,7 @@ CONN is inferred by either last stopped or last created connection."
(cond
(error
(if (string-empty-p error)
(dape--warn "Failed to evaluate %S" expression)
(dape--warn "Failed to evaluate %S" (substring-no-properties expression))
(dape--repl-insert-error error)))
((and (get-buffer "*dape-repl*")
(numberp variablesReference)
Expand Down

0 comments on commit 6436bb0

Please sign in to comment.