fixes to dialog for too-many-step resolution
This commit is contained in:
parent
c01e8c1564
commit
63cc342cdb
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user