removed buggy change that I accidentally committed when experimenting with SamTH's comments
svn: r11076
This commit is contained in:
parent
38c7cbd6de
commit
b9fb8b5155
|
@ -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))))
|
||||
'()))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user