run Checks#check_for_unsupported_osx unconditionally
This commit is contained in:
parent
30cad0608f
commit
d6bf2f5749
@ -251,10 +251,9 @@ class BuildError < RuntimeError
|
|||||||
puts issues.map { |i| "#{i["title"]} #{i["html_url"]}" }.join("\n")
|
puts issues.map { |i| "#{i["title"]} #{i["html_url"]}" }.join("\n")
|
||||||
end
|
end
|
||||||
|
|
||||||
if OS::Mac.prerelease?
|
require "cmd/doctor"
|
||||||
require "cmd/doctor"
|
unsupported_osx = Checks.new.check_for_unsupported_osx
|
||||||
opoo Checks.new.check_for_unsupported_osx
|
opoo unsupported_osx if unsupported_osx
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user