You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, gaze will use native OS events and then fallback to slower stat polling when an EMFILE error is reached. Gaze will still emit or return the error as the first argument of the ready callback for you to handle.
The error is not being caught, and causes the process to die with an unhandled exception.
Is this because FSEvent support was dropped?
More importantly:
The error is not being caught, and causes the process to die with an unhandled exception.
related to: #95
The text was updated successfully, but these errors were encountered: