Skip to content

Commit

Permalink
Merge pull request guard#86 from stereobooster/master
Browse files Browse the repository at this point in the history
Fix issue 12
  • Loading branch information
thibaudgg committed Jun 17, 2011
2 parents 2ff6a22 + 61b0a7a commit 975444b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/guard/listeners/windows.rb
Expand Up @@ -2,8 +2,9 @@ module Guard
class Windows < Listener
attr_reader :fchange

def initialize
def initialize(*)
super

@fchange = FChange::Notifier.new
end

Expand Down
1 change: 1 addition & 0 deletions lib/guard/ui.rb
Expand Up @@ -56,6 +56,7 @@ def color_enabled?
require 'rubygems' unless ENV['NO_RUBYGEMS']
require 'Win32/Console/ANSI'
rescue LoadError
@color_enabled = false
info "You must 'gem install win32console' to use color on Windows"
false
end
Expand Down

0 comments on commit 975444b

Please sign in to comment.