Skip to content

Commit 6cbfeec

Browse files
committed
locations are handled for empty value in render phase explanations
1 parent fe784f9 commit 6cbfeec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reports/timeline.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
(td (b ,(~a expl)))
367367
(td ,(~a cnt))
368368
(td ,(~a mcnt))
369-
(td ,(~a locations)))
369+
(td ,(~a safe-locations)))
370370
(for/list ([flow (in-list (or flows '()))])
371371
(match-define (list ex type v) flow)
372372
`(tr (td "") (td (code ,(~a ex))) (td ,type) (td ,(~a v)))))))))))))

0 commit comments

Comments
 (0)