mirror of
https://github.com/chrisbarrett/nursery
synced 2025-09-22 16:20:55 -05:00
Propagate errors from dblock filter functions correctly
This commit is contained in:
@@ -185,7 +185,9 @@ their blocks updated automatically."
|
||||
(condition-case err
|
||||
(progn ,@body)
|
||||
(error
|
||||
"Error evaluating %s form: %s" keyword (error-message-string err))))))
|
||||
(error "Error evaluating %s form: %s"
|
||||
keyword
|
||||
(error-message-string err)))))))
|
||||
(cond
|
||||
((null form)
|
||||
nil)
|
||||
|
Reference in New Issue
Block a user