fix the make-evaluator call
svn: r11861
This commit is contained in:
parent
95526fbc5a
commit
d981ea63ec
|
@ -167,7 +167,7 @@
|
|||
(eq? lang 'beginner-abbr)))])
|
||||
(reraise-exn-as-submission-problem
|
||||
(lambda ()
|
||||
(let ([e (make-evaluator lang teachpacks program-port)])
|
||||
(let ([e (make-evaluator lang #:requires teachpacks program-port)])
|
||||
(set-run-status "executing your code")
|
||||
(go e))))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user