Closed jpaniagualaconich closed 1 year ago
The plugin registry does not check if the method is already registered before registering it again.
It should silently ignore the registration of a previously registered method.
It adds the method.
The plugin registry does not check if the method is already registered before registering it again.
Expected Behavior
It should silently ignore the registration of a previously registered method.
Current Behavior
It adds the method.