Closed JIucToyxuu closed 4 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];
Yes, I think it should be _sleep not sleep.
_sleep
sleep
What gems are you using? Do you have any that could be defining sleep? Do you have a way of reproducing the problem?
I believe this has been fixed for a while.
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];