This commit is contained in:
Thibaud Guillaume-Gentil 2011-09-03 22:46:09 +02:00
parent 1c5d1fd268
commit 60874a6991

View File

@ -42,7 +42,6 @@ module Guard
def start_reactor
return if ENV["GUARD_ENV"] == 'test'
p "start_reactor"
Thread.new do
loop do
if @changed_files != [] && !@locked