We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4095eb4 commit 5a2db37Copy full SHA for 5a2db37
Flow.Launcher.Core/Plugin/JsonRPCPluginV2.cs
@@ -118,9 +118,11 @@ public virtual async Task ReloadDataAsync()
118
}
119
catch (RemoteMethodNotFoundException)
120
{
121
+ // Ignored
122
123
catch (ConnectionLostException)
124
125
126
127
catch (Exception e)
128
@@ -136,9 +138,11 @@ public virtual async ValueTask DisposeAsync()
136
138
137
139
140
141
142
143
144
145
146
147
148
0 commit comments