diff --git a/src/Shared/HandyControlDemo_Shared/App.xaml.cs b/src/Shared/HandyControlDemo_Shared/App.xaml.cs index 5a326a71..d73c7465 100644 --- a/src/Shared/HandyControlDemo_Shared/App.xaml.cs +++ b/src/Shared/HandyControlDemo_Shared/App.xaml.cs @@ -172,7 +172,7 @@ public partial class App Task.Factory.StartNew(() => Process.Start(updateExePath, $"--update={api}")); } } - catch + catch { // ignored }