add comment

This commit is contained in:
Jeremy Wu 2021-02-24 06:34:09 +11:00
parent 6aad061eb6
commit 479bd757d4

View file

@ -192,6 +192,8 @@ namespace Flow.Launcher.Plugin.Program.Programs
}
catch
{
// Bug from https://github.com/microsoft/CsWinRT, using Microsoft.Windows.SDK.NET.Ref 10.0.19041.0.
// Only happens on the first time, so a try catch can fix it.
m = new PackageManager();
}
var ps = m.FindPackagesForUser(id);