fix error reporting in setup-plt
svn: r10022
This commit is contained in:
parent
3d1241bc5d
commit
204d1292f0
|
@ -123,7 +123,7 @@
|
|||
(define (done)
|
||||
(setup-printf #f "done")
|
||||
(unless (null? errors)
|
||||
(setup-fprintf #f "")
|
||||
(setup-printf #f "")
|
||||
(show-errors (current-error-port))
|
||||
(when (pause-on-errors)
|
||||
(fprintf (current-error-port)
|
||||
|
@ -605,7 +605,7 @@
|
|||
(for ([cc ccs-to-compile])
|
||||
(parameterize ([current-namespace (get-namespace)])
|
||||
(begin-record-error
|
||||
cc (format "~a: compiling..." desc)
|
||||
cc "making"
|
||||
(unless (control-io-apply
|
||||
(case-lambda
|
||||
[(p)
|
||||
|
|
Loading…
Reference in New Issue
Block a user