We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a8208 commit cb81cceCopy full SHA for cb81cce
src/notifier.rb
@@ -11,7 +11,7 @@ def self.notify(msg, options = {})
11
end
12
13
def self.is_support
14
- TerminalNotifier.available?
+ org.jruby.platform.Platform::IS_MAC && TerminalNotifier.available?
15
16
17
0 commit comments