Skip to content

Commit 5a2db37

Browse files
committed
Add code comments
1 parent 4095eb4 commit 5a2db37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Flow.Launcher.Core/Plugin/JsonRPCPluginV2.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,11 @@ public virtual async Task ReloadDataAsync()
118118
}
119119
catch (RemoteMethodNotFoundException)
120120
{
121+
// Ignored
121122
}
122123
catch (ConnectionLostException)
123124
{
125+
// Ignored
124126
}
125127
catch (Exception e)
126128
{
@@ -136,9 +138,11 @@ public virtual async ValueTask DisposeAsync()
136138
}
137139
catch (RemoteMethodNotFoundException)
138140
{
141+
// Ignored
139142
}
140143
catch (ConnectionLostException)
141144
{
145+
// Ignored
142146
}
143147
catch (Exception e)
144148
{

0 commit comments

Comments
 (0)