adjust the code that initializes the pre-"first Run" repl
construction so it has the right inspector closes PR 13056
This commit is contained in:
parent
e713ccd885
commit
9ed7b44222
|
@ -125,6 +125,7 @@
|
|||
|
||||
(define/private (get-ns str)
|
||||
(define ev (make-evaluator 'racket/base))
|
||||
(ev `(current-inspector ,(current-inspector)))
|
||||
(ev `(parameterize ([read-accept-reader #t])
|
||||
(define stx (read-syntax "here" (open-input-string ,str)))
|
||||
(define modname
|
||||
|
|
Loading…
Reference in New Issue
Block a user