fixes to dialog for too-many-step resolution

This commit is contained in:
John Clements 2012-06-19 23:51:42 -07:00
parent c01e8c1564
commit 63cc342cdb

View File

@ -376,7 +376,7 @@
(when (= runaway-counter runaway-counter-limit)
(define runaway-semaphore (make-semaphore 0))
(async-channel-put view-channel
(list 'runaway-block runaway-semaphore))
(runaway-process runaway-semaphore))
;; wait for a signal to continue running:
(semaphore-wait runaway-semaphore))
(async-channel-put view-channel result))