We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bddbe8 commit 3a472a3Copy full SHA for 3a472a3
Flow.Launcher.Core/Plugin/PluginsLoader.cs
@@ -89,6 +89,7 @@ public static IEnumerable<PluginPair> DotNetPlugins(List<PluginMetadata> source)
89
catch (Exception e)
90
{
91
erroredPlugins.Add(metadata.Name);
92
+
93
Log.Exception($"|PluginsLoader.DotNetPlugins|Can't create instance for <{metadata.Name}>", e);
94
return;
95
}
0 commit comments