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
Logger.error`Event handler for ${event.event}${event.namespace ? ` of namespace ${event.namespace}` : ''} does not have a default export or is not a function`;
109
+
Logger.warn`Event handler for ${event.event}${event.namespace ? ` of namespace ${event.namespace}` : ''} at "${listener}" does not have a default export or is not a function. Skipping...`;
0 commit comments