used the wrong dir when checking the info.rkt santity
thanks to Jos Koot for pointing out this bug
This commit is contained in:
parent
42847ea523
commit
3a40afaf05
|
@ -363,7 +363,7 @@
|
||||||
(define info.rkt
|
(define info.rkt
|
||||||
(let ([real-info
|
(let ([real-info
|
||||||
(check-info.rkt-sanity
|
(check-info.rkt-sanity
|
||||||
dir
|
abs-dir
|
||||||
(λ (msg . args) (set! announcements (cons (apply format msg args) announcements)))
|
(λ (msg . args) (set! announcements (cons (apply format msg args) announcements)))
|
||||||
(λ (bad) (set! warnings (cons bad warnings)))
|
(λ (bad) (set! warnings (cons bad warnings)))
|
||||||
(λ (err) (set! critical-errors (cons err critical-errors))))])
|
(λ (err) (set! critical-errors (cons err critical-errors))))])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user