removed buggy change that I accidentally committed when experimenting with SamTH's comments

svn: r11076
This commit is contained in:
Robby Findler 2008-08-05 03:12:56 +00:00
parent 38c7cbd6de
commit b9fb8b5155

View File

@ -269,7 +269,7 @@ profile todo:
;; error-display-handler/stacktrace : string any (listof srcloc) -> void
(define (error-display-handler/stacktrace msg exn [pre-stack #f])
(let* ([stack (or ;pre-stack
(let* ([stack (or pre-stack
(if (exn? exn)
(map cdr (filter cdr (continuation-mark-set->context (exn-continuation-marks exn))))
'()))]