disabled the stacktrace trimming
svn: r13916
This commit is contained in:
parent
a7126e20a5
commit
c802c34b9b
|
@ -232,6 +232,8 @@ TODO
|
|||
|
||||
(define (cut-out-top-of-stack exn)
|
||||
(let ([initial-stack (continuation-mark-set->context (exn-continuation-marks exn))])
|
||||
initial-stack ;; just give up on trying to trim out DrScheme's frame's from the stack for now.
|
||||
#;
|
||||
(let loop ([stack initial-stack])
|
||||
(cond
|
||||
[(null? stack)
|
||||
|
|
Loading…
Reference in New Issue
Block a user