-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
find.rb:38:in `block in find' #18
Comments
This bug is confirmed. I'm working on a patch. Thanks for the report. |
Could you try the fix and tell us if it works for you? |
Tested, works perfectly now. Thanks for the fix. |
@Maher4Ever thanks for the quick fix. You can update the Changelog & make a new release if you want! |
@thibaudgg Your are most welcome :). I'll release a patch tomorrow as I can't do it today. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, busy testing out Listen compared to FSSM. Might be me doing something wrong, but I get this error when I delete everything in a directory, if there is more than one file. :
/Users/wernergillmer/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/find.rb:38:in
block in find': No such file or directory (Errno::ENOENT) from /Users/wernergillmer/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/find.rb:38:in
collect!'from /Users/wernergillmer/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/find.rb:38:in
find' from /Users/wernergillmer/.rvm/gems/ruby-1.9.2-p290@rails3tutorial/gems/listen-0.4.0/lib/listen/directory_record.rb:172:in
detect_additions'from /Users/wernergillmer/.rvm/gems/ruby-1.9.2-p290@rails3tutorial/gems/listen-0.4.0/lib/listen/directory_record.rb:117:in
block in fetch_changes' from /Users/wernergillmer/.rvm/gems/ruby-1.9.2-p290@rails3tutorial/gems/listen-0.4.0/lib/listen/directory_record.rb:114:in
each'from /Users/wernergillmer/.rvm/gems/ruby-1.9.2-p290@rails3tutorial/gems/listen-0.4.0/lib/listen/directory_record.rb:114:in
fetch_changes' from /Users/wernergillmer/.rvm/gems/ruby-1.9.2-p290@rails3tutorial/gems/listen-0.4.0/lib/listen/listener.rb:169:in
on_change'from /Users/wernergillmer/.rvm/gems/ruby-1.9.2-p290@rails3tutorial/gems/listen-0.4.0/lib/listen/listener.rb:182:in
block in initialize_adapter' from /Users/wernergillmer/.rvm/gems/ruby-1.9.2-p290@rails3tutorial/gems/listen-0.4.0/lib/listen/adapter.rb:154:in
call'from /Users/wernergillmer/.rvm/gems/ruby-1.9.2-p290@rails3tutorial/gems/listen-0.4.0/lib/listen/adapter.rb:154:in
poll_changed_dirs' from /Users/wernergillmer/.rvm/gems/ruby-1.9.2-p290@rails3tutorial/gems/listen-0.4.0/lib/listen/adapters/darwin.rb:28:in
block in start'This is the code that I am using :
if I delete, or edit or create a file, or directory no problem. The moment I do something like rm -Rv ./* the above error occurs.
The text was updated successfully, but these errors were encountered: