Skip to content

Commit

Permalink
stop linux listener quickly
Browse files Browse the repository at this point in the history
  • Loading branch information
yannlugrin authored and thibaudgg committed Oct 23, 2010
1 parent e19a930 commit 080ffe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/guard/listeners/linux.rb
Expand Up @@ -53,7 +53,7 @@ def watch_change
callback.call(files)
files.clear
end
sleep latency
sleep latency unless @stop
end
end
end
Expand Down

0 comments on commit 080ffe2

Please sign in to comment.