Maybe the DrDr error is related to flushing?

original commit: 7c452ad7ea29348159f8076099a7d985f5e6d901
This commit is contained in:
Jay McCarthy 2010-11-01 10:20:31 -06:00
parent 093592d371
commit 213dd90d4a

View File

@ -15,6 +15,8 @@
(parameterize ([current-output-port out-bs]
[current-error-port err-bs])
(dynamic-require path #f))
(close-output-port out-bs)
(close-output-port err-bs)
(values (collect-trim (get-output-bytes out-bs))
(collect-trim (get-output-bytes err-bs))))