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
final extensions=Plugins.getExtensionsInPluginId(ChannelExtensionPoint, pluginId)
109
+
if( !extensions )
110
+
thrownewAbortOperationException("Plugin '$pluginId' does not implement any extension point")
111
+
if( extensions.size()>1 )
112
+
thrownewAbortOperationException("Plugin '$pluginId' implements more than one extension point: ${extensions.collect(it -> it.class.getSimpleName()).join(',')}")
0 commit comments