fix typo (open-input-string) -> (open-output-string)
This commit is contained in:
parent
c494bf367e
commit
237a24261d
|
@ -632,7 +632,7 @@
|
||||||
(for ([dir (in-list (find-relevant-directories '(framework:color-schemes)))])
|
(for ([dir (in-list (find-relevant-directories '(framework:color-schemes)))])
|
||||||
(define info (with-handlers ([exn:fail?
|
(define info (with-handlers ([exn:fail?
|
||||||
(λ (x)
|
(λ (x)
|
||||||
(define sp (open-input-string))
|
(define sp (open-output-string))
|
||||||
(parameterize ([current-error-port sp])
|
(parameterize ([current-error-port sp])
|
||||||
((error-display-handler)
|
((error-display-handler)
|
||||||
(if (exn? x) (exn-message x) (format "uncaught exn: ~s" x))
|
(if (exn? x) (exn-message x) (format "uncaught exn: ~s" x))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user