Skip to content

Commit f35eadf

Browse files
committed
le-python.el (lispy--eval-python): Add output when signalling the error
1 parent ef8422b commit f35eadf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

le-python.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ If so, return an equivalent of ITEM = ARRAY_LIKE[IDX]; ITEM."
633633
(when (eq current-prefix-arg 3)
634634
(kill-new fstr))
635635
(if err
636-
(signal 'eval-error err)
636+
(signal 'eval-error (concat out err))
637637
(unless (equal out "")
638638
(setq lispy-eval-output
639639
(concat (propertize out 'face 'font-lock-string-face) "\n")))

0 commit comments

Comments
 (0)