Merge pull request #86 from stereobooster/master

Fix issue 12
This commit is contained in:
Thibaud Guillaume-Gentil 2011-06-17 00:01:01 -07:00
commit 975444bda3
2 changed files with 3 additions and 1 deletions

View File

@ -2,8 +2,9 @@ module Guard
class Windows < Listener
attr_reader :fchange
def initialize
def initialize(*)
super
@fchange = FChange::Notifier.new
end

View File

@ -56,6 +56,7 @@ module Guard
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