rethrow instead of catching general exception

This commit is contained in:
Hongtao Zhang 2024-05-23 12:54:03 -05:00
parent cea1fcfe47
commit f54c92402b

View file

@ -149,12 +149,6 @@ namespace Flow.Launcher.Core.Plugin
catch (RemoteMethodNotFoundException e)
{
}
catch (Exception e)
{
Log.Exception(
$"Exception when calling close method for plugin <{Context.CurrentPluginMetadata.Name}>",
e);
}
RPC?.Dispose();
ErrorStream?.Dispose();