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 1bd7f14 commit 5097054Copy full SHA for 5097054
Flow.Launcher.Core/Plugin/PluginManager.cs
@@ -205,7 +205,7 @@ public static async Task InitializePluginsAsync()
205
}
206
catch (Exception e)
207
{
208
- Log.Exception(nameof(PluginManager), $"Fail to Init plugin: {pair.Metadata.Name}", e);
+ Log.Exception(ClassName, $"Fail to Init plugin: {pair.Metadata.Name}", e);
209
pair.Metadata.Disabled = true;
210
failedPlugins.Enqueue(pair);
211
0 commit comments