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 0258955 commit 9e666f9Copy full SHA for 9e666f9
Flow.Launcher.Core/Plugin/PluginManager.cs
@@ -189,6 +189,7 @@ private static void UpdatePluginDirectory(List<PluginMetadata> metadatas)
189
{
190
if (string.IsNullOrEmpty(metadata.AssemblyName))
191
192
+ Log.Warn($"Plugin skipped: AssemblyName is empty for plugin with metadata: {metadata.Name}", typeof(PluginManager));
193
continue; // Skip if AssemblyName is not set, which can happen for erroneous plugins
194
}
195
metadata.PluginSettingsDirectoryPath = Path.Combine(DataLocation.PluginSettingsDirectory, metadata.AssemblyName);
0 commit comments