directory_watcher icon indicating copy to clipboard operation
directory_watcher copied to clipboard

1.5.1 breaks DirectoryWatcher::reset()

Open redood opened this issue 12 years ago • 0 comments

DirectoryWatcher still has the reset() method which calls reset() on @scanner.

However seems like Scanner no longer has a reset() method. Was working fine on 1.4.1.

Exception (NoMethodError):  undefined method `reset' for # <DirectoryWatcher::Scanner:0x0000000194ae98>
/usr/lib/ruby/gems/1.9.1/gems/directory_watcher-1.5.1/lib/directory_watcher.rb:576:in `reset'

redood avatar May 22 '13 00:05 redood