possible fix for PR9628 and PR9615

svn: r10913
This commit is contained in:
Eli Barzilay 2008-07-25 14:23:34 +00:00
parent dccc1337a2
commit 629cbc1d92

View File

@ -263,7 +263,8 @@
(queue-callback
(λ ()
(send* rep (insert-warning "\nInteractions disabled.")
(set-show-no-user-evaluation-message? #f))
(set-show-no-user-evaluation-message? #f)
(highlight-errors/exn exn))
(semaphore-post s))))
(semaphore-wait s))
(custodian-shutdown-all (send rep get-user-custodian)))