lib/rb-fsevent/fsevent.rb in rb-fsevent-0.3.8 vs lib/rb-fsevent/fsevent.rb in rb-fsevent-0.3.9
- old
+ new
@@ -14,10 +14,10 @@
def stop
if pipe
Process.kill("KILL", pipe.pid)
pipe.close
end
- rescue Interrupt, IOError
+ rescue IOError
end
private
def bin_path
\ No newline at end of file