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
{{ message }}
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
I found this problem (for me at least), in this module while using it in my application. When the application loads, and if loading of one plugin fails, the entire application fails. This is a considerable problem when you are developing a pluggable application where a set of developers implement the core of the applications and some others develop plugins for it. When one plugin fails, it affects the entire application.
I prefer if there's a way to only load the modules which were successfully loaded. And also +1 if I can get a list of failed modules so that I can display custom error log messages to identify them. I hope to create a fix for this and create a pull request if this issue seems sensible.
The text was updated successfully, but these errors were encountered:
I found this problem (for me at least), in this module while using it in my application. When the application loads, and if loading of one plugin fails, the entire application fails. This is a considerable problem when you are developing a pluggable application where a set of developers implement the core of the applications and some others develop plugins for it. When one plugin fails, it affects the entire application.
I prefer if there's a way to only load the modules which were successfully loaded. And also +1 if I can get a list of failed modules so that I can display custom error log messages to identify them. I hope to create a fix for this and create a pull request if this issue seems sensible.
The text was updated successfully, but these errors were encountered: