Skip to content

Commit

Permalink
Fix bad history parsing error dape--read-config
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Dec 3, 2024
1 parent 918517c commit 37f138a
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 @@ -5228,7 +5228,7 @@ See `modes' and `ensure' in `dape-configs'."
(default-value
(when initial-contents
(pcase-let ((`(,key ,config)
(dape--config-from-string initial-contents)))
(ignore-errors (dape--config-from-string initial-contents))))
(list
(dape--config-to-string
key (ignore-errors (dape--config-eval key config)))
Expand Down

0 comments on commit 37f138a

Please sign in to comment.