Maybe the DrDr error is related to flushing?
original commit: 7c452ad7ea29348159f8076099a7d985f5e6d901
This commit is contained in:
parent
093592d371
commit
213dd90d4a
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user