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 6aad061 commit 479bd75Copy full SHA for 479bd75
Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs
@@ -192,6 +192,8 @@ private static IEnumerable<Package> CurrentUserPackages()
192
}
193
catch
194
{
195
+ // Bug from https://github.com/microsoft/CsWinRT, using Microsoft.Windows.SDK.NET.Ref 10.0.19041.0.
196
+ // Only happens on the first time, so a try catch can fix it.
197
m = new PackageManager();
198
199
var ps = m.FindPackagesForUser(id);
0 commit comments