lib/fontcustom/watcher.rb in fontcustom-1.3.7 vs lib/fontcustom/watcher.rb in fontcustom-1.3.8

- old
+ new

@@ -46,10 +46,11 @@ def start if @is_test # Non-blocking listener @listener.start else if listen_eq2 - @listener.start.join + @listener.start + sleep else @listener.start! end end end