fix scribble eval to not catch break
svn: r8285 original commit: 73396b7d7bcb2ab623d57912fb9f16db34f400b8
This commit is contained in:
parent
4a3d0e82ba
commit
6c34d346a7
|
@ -133,10 +133,10 @@
|
|||
[(eval:alts p e)
|
||||
((do-eval ev) #'e)]
|
||||
[else
|
||||
(with-handlers ([exn? (lambda (e)
|
||||
(list (exn-message e)
|
||||
(get-output ev)
|
||||
(get-error-output ev)))])
|
||||
(with-handlers ([exn:fail? (lambda (e)
|
||||
(list (exn-message e)
|
||||
(get-output ev)
|
||||
(get-error-output ev)))])
|
||||
(list (let ([v (do-plain-eval ev s #t)])
|
||||
(make-reader-graph (copy-value v (make-hash-table))))
|
||||
(get-output ev)
|
||||
|
|
Loading…
Reference in New Issue
Block a user