mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
rethrow instead of catching general exception
This commit is contained in:
parent
cea1fcfe47
commit
f54c92402b
1 changed files with 0 additions and 6 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue