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 0d785d1 commit 0258955Copy full SHA for 0258955
Flow.Launcher.Core/Plugin/PluginManager.cs
@@ -198,6 +198,7 @@ private static void UpdatePluginDirectory(List<PluginMetadata> metadatas)
198
{
199
if (string.IsNullOrEmpty(metadata.Name))
200
201
+ Log.Warn($"Plugin with empty Name encountered. Skipping plugin initialization. Metadata: {metadata}");
202
continue; // Skip if Name is not set, which can happen for erroneous plugins
203
}
204
metadata.PluginSettingsDirectoryPath = Path.Combine(DataLocation.PluginSettingsDirectory, metadata.Name);
0 commit comments