Color status.
This commit is contained in:
parent
f41d2516ce
commit
b55528b825
@ -203,10 +203,10 @@ module Homebrew
|
|||||||
|
|
||||||
promise.wait!
|
promise.wait!
|
||||||
|
|
||||||
Whirly.configure stop: "✔︎"
|
Whirly.configure stop: "#{Tty.green}✔︎#{Tty.reset}"
|
||||||
Whirly.stop if args.concurrency
|
Whirly.stop if args.concurrency
|
||||||
rescue ChecksumMismatchError => e
|
rescue ChecksumMismatchError => e
|
||||||
Whirly.configure stop: "✘"
|
Whirly.configure stop: "#{Tty.red}✘#{Tty.reset}"
|
||||||
Whirly.stop if args.concurrency
|
Whirly.stop if args.concurrency
|
||||||
|
|
||||||
opoo "#{downloadable.download_type.capitalize} reports different checksum: #{e.expected}"
|
opoo "#{downloadable.download_type.capitalize} reports different checksum: #{e.expected}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user