We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d98cc commit be20d8eCopy full SHA for be20d8e
Library/Homebrew/extend/os/mac/bundle/skipper.rb
@@ -15,12 +15,11 @@ def linux_only_entry?(entry)
15
def skip?(entry, silent: false)
16
if linux_only_entry?(entry)
17
unless silent
18
- $stdout.puts Formatter.warning "Skipping #{entry.type} #{entry.name} (unsupported on macOS)"
+ Kernel.puts Formatter.warning "Skipping #{entry.type} #{entry.name} (unsupported on macOS)"
19
end
20
-
21
true
22
else
23
- super(entry)
+ super
24
25
26
0 commit comments