# File lib/guard/watcher.rb, line 123 def call_action(matches) begin @action.arity > 0 ? @action.call(matches) : @action.call rescue Exception => e ::Guard::UI.error "Problem with watch action!\n#{ e.message }\n\n#{ e.backtrace.join("\n") }" end end