Skip to content

Commit

Permalink
Change name of plugin sample
Browse files Browse the repository at this point in the history
  • Loading branch information
joel committed Apr 8, 2014
1 parent 6c9cdb5 commit 6c03770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/locomotive/common/plugins/notifier.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ module Plugins

class Notifier
def initialize(exception)
exception.notifier.extend(UiDevNull)
exception.notifier.extend(SilentLogger)
end

module UiWithBeep
module SilentLogger
def fatal(*)
nil # Locomotive::Steam::Logger.fatal args.first
end
Expand Down

0 comments on commit 6c03770

Please sign in to comment.