Skip to content

Commit

Permalink
Merge pull request airbrake#96 from joshuap/rake-feature-fix
Browse files Browse the repository at this point in the history
Rake feature fix
  • Loading branch information
shime committed Jun 24, 2012
2 parents c0171d2 + fa7dac8 commit 5515350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .rbenv-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.9.3-p194
2 changes: 1 addition & 1 deletion features/support/rake/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ task :airbrake_not_yet_configured do
end

module Airbrake
def self.notify(*args)
def self.notify_or_ignore(*args)
# TODO if you need to check more params, you'll have to use json.dump or something
$stderr.puts "airbrake #{args[1][:component]}"
end
Expand Down

0 comments on commit 5515350

Please sign in to comment.