raco setup: print "summary of errors" before the summary of errors
This commit is contained in:
parent
81079b3a02
commit
2ec49929a4
|
@ -159,7 +159,7 @@
|
||||||
|
|
||||||
(define (done)
|
(define (done)
|
||||||
(unless (null? errors)
|
(unless (null? errors)
|
||||||
(setup-printf #f "")
|
(setup-printf #f "--- summary of errors ---")
|
||||||
(show-errors (current-error-port))
|
(show-errors (current-error-port))
|
||||||
(when (pause-on-errors)
|
(when (pause-on-errors)
|
||||||
(eprintf "INSTALLATION FAILED.\nPress Enter to continue...\n")
|
(eprintf "INSTALLATION FAILED.\nPress Enter to continue...\n")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user