File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Flow.Launcher.Core/Plugin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ public virtual async Task ReloadDataAsync()
122
122
}
123
123
catch ( Exception e )
124
124
{
125
- Context . API . LogException ( nameof ( JsonRPCPluginV2 ) , "Failed to call reload_data" , e ) ;
125
+ Context . API . LogException ( nameof ( JsonRPCPluginV2 ) , $ "Failed to call reload_data for plugin { Context . CurrentPluginMetadata . Name } ", e ) ;
126
126
}
127
127
}
128
128
@@ -140,7 +140,7 @@ public virtual async ValueTask DisposeAsync()
140
140
}
141
141
catch ( Exception e )
142
142
{
143
- Context . API . LogException ( nameof ( JsonRPCPluginV2 ) , "Failed to call close" , e ) ;
143
+ Context . API . LogException ( nameof ( JsonRPCPluginV2 ) , $ "Failed to call close for plugin { Context . CurrentPluginMetadata . Name } ", e ) ;
144
144
}
145
145
finally
146
146
{
You can’t perform that action at this time.
0 commit comments