Skip to content

Commit

Permalink
Always send backtrace up from error handler (error template might nee…
Browse files Browse the repository at this point in the history
…d it)
  • Loading branch information
hanshuebner committed Aug 30, 2011
1 parent 77d944f commit 117977f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions acceptor.lisp
Expand Up @@ -546,8 +546,7 @@ handler."
(when *headers-sent*
(setq *close-hunchentoot-stream* t))
(throw 'handler-done
(values nil cond (when (or *log-lisp-backtraces-p* *show-lisp-backtraces-p*)
(get-backtrace))))))
(values nil cond (get-backtrace)))))
(warning
(lambda (cond)
(when *log-lisp-warnings-p*
Expand Down

0 comments on commit 117977f

Please sign in to comment.