Skip to content

Prevent a crash if OnEvent is not called

Cecylia Bocovich requested to merge cohosh/lyrebird:fix-sf-event into main

If OnEvent is not called, cf.eventLogger will be nil, causing a crash if OnNewSnowflakeEvent is called. This ensures that the eventLogger is not nil.

Fixes the issue reported in !68 (closed)

Merge request reports

Loading