Fix get-custom-snapshots to conform to the docs.
original commit: 7d45129fcaf2d4c7cd93cff9a4c1943001eb944a
This commit is contained in:
parent
5400ad7a85
commit
e8acafb2a7
|
@ -124,12 +124,9 @@
|
|||
(unless (eq? t sampler-thread)
|
||||
(when custom-keys
|
||||
(set! custom-snapshots
|
||||
(cons (let ([cms (continuation-mark-set->list*
|
||||
(continuation-marks t)
|
||||
custom-keys)])
|
||||
(if (null? cms)
|
||||
#f
|
||||
(car cms))) ; value
|
||||
(cons (continuation-mark-set->list*
|
||||
(continuation-marks t)
|
||||
custom-keys) ; frames
|
||||
custom-snapshots)))
|
||||
(set! snapshots
|
||||
(cons (list* (thread-id t)
|
||||
|
|
Loading…
Reference in New Issue
Block a user