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:
Robby Findler 2012-10-08 08:28:39 -05:00
parent e713ccd885
commit 9ed7b44222

View File

@ -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