Use FromDefaultNameLoader for diagnostics.

This commit is contained in:
Markus Reiter 2024-02-15 01:37:43 +01:00
parent fe1f6c95f5
commit efa6130a66
No known key found for this signature in database
GPG Key ID: 245293B51702655B

View File

@ -838,6 +838,7 @@ module Homebrew
loadable = [
Formulary::FromAPILoader,
Formulary::FromDefaultNameLoader,
Formulary::FromNameLoader,
].any? do |loader_class|
loader = begin