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
this.logger.info(`Skipped loading plugin ${pluginConfigEntry.name} because only package name is allowed plugin name`);
4495
+
this.logger.info(`Skipped loading plugin ${pluginConfigEntry.name||JSON.stringify(pluginConfigEntry)} because only package name is allowed plugin name`);
0 commit comments