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 246 forks source link

Broken exception handling in darwin adapter #355

Closed unjello closed 8 years ago

unjello commented 8 years ago

Recent changes cause darwin adapter to crash. _log_exception is missing a caller parameter (at least)

e2 commented 8 years ago

Fixed in: https://github.com/guard/listen/pull/356

Sorry about the issue - I don't have OSX to test.

There should be 3 parameters (error, lineno, caller).

unjello commented 8 years ago

No prob. Thanks for getting back.

e2 commented 8 years ago

I'll release soon I hope.