adjust the code that initializes the pre-"first Run" repl

construction so it has the right inspector

closes PR 13056
(cherry picked from commit 9ed7b44222)
This commit is contained in:
Robby Findler 2012-10-08 08:28:39 -05:00 committed by Ryan Culpepper
parent 87eca8aef7
commit 2bd1d9f123

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