Skip to content

Fix unregister when resolving.

There is a bug where if a package is registered, but not importable, it doesn't correctly unregister. The unregister method is called, but the modules which were previously loaded continue to be used later in the function, thus neutralising the method call.

Merge request reports

Loading