diagnostic: fix error on verbose
This commit is contained in:
parent
d82f30290e
commit
1ae7394b2c
@ -97,7 +97,7 @@ module Homebrew
|
|||||||
"<NONE>"
|
"<NONE>"
|
||||||
end
|
end
|
||||||
|
|
||||||
sig { params(args: T.anything).returns(T.nilable(String)) }
|
sig { params(args: T.anything).void }
|
||||||
def add_info(*args)
|
def add_info(*args)
|
||||||
ohai(*args) if @verbose
|
ohai(*args) if @verbose
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user