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) {