Skip to content

Commit 479bd75

Browse files
committed
add comment
1 parent 6aad061 commit 479bd75

File tree

1 file changed

+2
-0
lines changed
  • Plugins/Flow.Launcher.Plugin.Program/Programs

1 file changed

+2
-0
lines changed

Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ private static IEnumerable<Package> CurrentUserPackages()
192192
}
193193
catch
194194
{
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.
195197
m = new PackageManager();
196198
}
197199
var ps = m.FindPackagesForUser(id);

0 commit comments

Comments
 (0)