guard / listen

The Listen gem listens to file modifications and notifies you about the changes.
https://rubygems.org/gems/listen
MIT License
1.92k stars 247 forks source link

Missing parameters #406

Closed JIucToyxuu closed 4 years ago

JIucToyxuu commented 8 years ago

Hello! I see 'ERROR -- : exception while processing events: wrong number of arguments (0 for 1)' error when launch rspec tests. I think source of this issue - [ https://github.com/guard/listen/blob/master/lib/listen/event/loop.rb#L96];

e2 commented 8 years ago

Yes, I think it should be _sleep not sleep.

e2 commented 8 years ago

What gems are you using? Do you have any that could be defining sleep? Do you have a way of reproducing the problem?

ColinDKelley commented 4 years ago

I believe this has been fixed for a while.