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 7264f54 commit 556dce9Copy full SHA for 556dce9
Flow.Launcher.Core/Plugin/PluginsLoader.cs
@@ -124,12 +124,9 @@ private static IEnumerable<PluginPair> DotNetPlugins(List<PluginMetadata> source
124
API.GetTranslation("pluginsHaveErrored") :
125
API.GetTranslation("pluginHasErrored");
126
127
- _ = Task.Run(() =>
128
- {
129
- API.ShowMsgError($"{errorMessage}{Environment.NewLine}{Environment.NewLine}" +
130
- $"{errorPluginString}{Environment.NewLine}{Environment.NewLine}" +
131
- API.GetTranslation("referToLogs"));
132
- });
+ API.ShowMsgError($"{errorMessage}{Environment.NewLine}{Environment.NewLine}" +
+ $"{errorPluginString}{Environment.NewLine}{Environment.NewLine}" +
+ API.GetTranslation("referToLogs"));
133
}
134
135
return plugins;
0 commit comments