Closed josephbertino closed 4 months ago
Why doesn't the class FSEventsObserver method schedule() include the parameter event_filter? Especially since it's essentially just calling the inherited method of its superclass, BaseObserver.schedule. Note that I have v.4.0.1.
FSEventsObserver
schedule()
event_filter
BaseObserver.schedule
Why doesn't the class
FSEventsObserver
methodschedule()
include the parameterevent_filter
? Especially since it's essentially just calling the inherited method of its superclass,BaseObserver.schedule
. Note that I have v.4.0.1.