From 080ffe2efceb0937be1d48370488e3371a6264b4 Mon Sep 17 00:00:00 2001 From: Yann Lugrin Date: Sat, 23 Oct 2010 19:34:19 +0800 Subject: [PATCH] stop linux listener quickly --- lib/guard/listeners/linux.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/guard/listeners/linux.rb b/lib/guard/listeners/linux.rb index 362af1b..ab1c2e4 100644 --- a/lib/guard/listeners/linux.rb +++ b/lib/guard/listeners/linux.rb @@ -53,7 +53,7 @@ module Guard callback.call(files) files.clear end - sleep latency + sleep latency unless @stop end end end