Skip to content

Commit c260a39

Browse files
committed
Minor
1 parent bc7991f commit c260a39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/explain.rkt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737

3838
(define (actual-errors expr ctx pcontext)
3939
(match-define (cons subexprs pt-errorss)
40-
(parameterize ([*pcontext* pcontext])
41-
(flip-lists (hash->list (first (compute-local-errors (list (all-subexpressions expr)) ctx pcontext))))))
40+
(flip-lists
41+
(hash->list (first (compute-local-errors (list (all-subexpressions expr)) ctx pcontext)))))
4242

4343
(define pt-worst-subexpr
4444
(append* (reap [sow]

0 commit comments

Comments
 (0)