Use flush-all-ports-no-threads on exit.
This commit is contained in:
parent
1aadf4e87f
commit
b951e1c933
|
@ -408,7 +408,7 @@
|
||||||
(call-narrowed-exit-hooks)
|
(call-narrowed-exit-hooks)
|
||||||
(scheme-exit-now status))))
|
(scheme-exit-now status))))
|
||||||
|
|
||||||
(add-narrowed-exit-hook! flush-all-ports)
|
(add-narrowed-exit-hook! flush-all-ports-no-threads)
|
||||||
|
|
||||||
(define (load-library-file file lib-dirs script-file)
|
(define (load-library-file file lib-dirs script-file)
|
||||||
; (format (error-output-port) "Load-library-file: ~a ~s\n" file lib-dirs)
|
; (format (error-output-port) "Load-library-file: ~a ~s\n" file lib-dirs)
|
||||||
|
|
Loading…
Reference in New Issue