the flush needs to happen after the finished-complete-program happens

svn: r11374
This commit is contained in:
Robby Findler 2008-08-21 22:47:55 +00:00
parent 6e674a9804
commit 607c13017f

View File

@ -1106,9 +1106,9 @@ TODO
(set! in-evaluation? #f)
(update-running #f)
(cleanup)
(flush-output (get-value-port))
(when complete-program?
(send lang front-end/finished-complete-program settings))
(flush-output (get-value-port))
(queue-system-callback/sync
(get-user-thread)
(λ () ; =Kernel=, =Handler=