fixed PR 8374
svn: r4794
This commit is contained in:
parent
102543cf6f
commit
43e7135380
|
@ -350,7 +350,7 @@ profile todo:
|
||||||
[send-out
|
[send-out
|
||||||
(λ (msg f)
|
(λ (msg f)
|
||||||
(if (port-writes-special? (current-error-port))
|
(if (port-writes-special? (current-error-port))
|
||||||
(let ([snp (make-object string-snip% " in:")])
|
(let ([snp (make-object string-snip% msg)])
|
||||||
(f snp)
|
(f snp)
|
||||||
(write-special snp (current-error-port)))
|
(write-special snp (current-error-port)))
|
||||||
(display msg (current-error-port))))])
|
(display msg (current-error-port))))])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user