Print meaningful message on missing formula

Add an import statement needed for `MissingFormula` to be found.

Fixes #8538.

Reported-by: Nate Whetsell <nathan.whetsell@gmail.com>
This commit is contained in:
Claudia 2020-08-30 17:43:54 +02:00
parent a39aae887e
commit 7d09ddc3b5
No known key found for this signature in database
GPG Key ID: 246AC3C0F10BE51F

View File

@ -3,6 +3,7 @@
require "cask/cask_loader"
require "delegate"
require "formulary"
require "missing_formula"
module Homebrew
module CLI