Fix get-custom-snapshots to conform to the docs.

original commit: 7d45129fcaf2d4c7cd93cff9a4c1943001eb944a
This commit is contained in:
Vincent St-Amour 2014-02-04 12:27:53 -05:00
parent 5400ad7a85
commit e8acafb2a7

View File

@ -124,12 +124,9 @@
(unless (eq? t sampler-thread)
(when custom-keys
(set! custom-snapshots
(cons (let ([cms (continuation-mark-set->list*
(cons (continuation-mark-set->list*
(continuation-marks t)
custom-keys)])
(if (null? cms)
#f
(car cms))) ; value
custom-keys) ; frames
custom-snapshots)))
(set! snapshots
(cons (list* (thread-id t)