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