From 479bd757d43084fb2561ec4d1c7dc02fb60bfa5a Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Wed, 24 Feb 2021 06:34:09 +1100 Subject: [PATCH] add comment --- Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs b/Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs index 640c95ba0..0aebc9e34 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs +++ b/Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs @@ -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);