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 810f7bb commit a73ff5fCopy full SHA for a73ff5f
Flow.Launcher.Core/Plugin/PluginManager.cs
@@ -224,7 +224,7 @@ public static async Task InitializePluginsAsync()
224
{
225
// If this plugin is already disabled, do not show error message again
226
// Or else it will be shown every time
227
- API.LogDebug(ClassName, $"Skip init for <{pair.Metadata.Name}>");
+ API.LogDebug(ClassName, $"Skipped init for <{pair.Metadata.Name}> due to error");
228
}
229
else
230
0 commit comments