* No nested code inspector for scribble sandboxes
* No nested inspectors or memory limit for testing sandboxes svn: r12857 original commit: 5141289bd72282e246a359279337c8da518ae832
This commit is contained in:
parent
5302203d42
commit
59a4845d0a
|
@ -244,7 +244,8 @@
|
|||
[sandbox-error-output 'string]
|
||||
[sandbox-eval-limits #f]
|
||||
[sandbox-memory-limit #f]
|
||||
[sandbox-make-inspector current-inspector])
|
||||
[sandbox-make-inspector current-inspector]
|
||||
[sandbox-make-code-inspector current-code-inspector])
|
||||
(make-evaluator '(begin (require scheme/base)))))
|
||||
|
||||
(define (close-eval e)
|
||||
|
|
Loading…
Reference in New Issue
Block a user