From 5a2db37d39fcd1c614e06e7d54a938bc37a9d3b3 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Wed, 9 Apr 2025 19:43:22 +0800 Subject: [PATCH] Add code comments --- Flow.Launcher.Core/Plugin/JsonRPCPluginV2.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Flow.Launcher.Core/Plugin/JsonRPCPluginV2.cs b/Flow.Launcher.Core/Plugin/JsonRPCPluginV2.cs index 6dccfa59b..148fd969e 100644 --- a/Flow.Launcher.Core/Plugin/JsonRPCPluginV2.cs +++ b/Flow.Launcher.Core/Plugin/JsonRPCPluginV2.cs @@ -118,9 +118,11 @@ namespace Flow.Launcher.Core.Plugin } catch (RemoteMethodNotFoundException) { + // Ignored } catch (ConnectionLostException) { + // Ignored } catch (Exception e) { @@ -136,9 +138,11 @@ namespace Flow.Launcher.Core.Plugin } catch (RemoteMethodNotFoundException) { + // Ignored } catch (ConnectionLostException) { + // Ignored } catch (Exception e) {