Add code comments

This commit is contained in:
Jack251970 2025-04-09 19:43:22 +08:00
parent 4095eb4b86
commit 5a2db37d39

View file

@ -118,9 +118,11 @@ namespace Flow.Launcher.Core.Plugin
} }
catch (RemoteMethodNotFoundException) catch (RemoteMethodNotFoundException)
{ {
// Ignored
} }
catch (ConnectionLostException) catch (ConnectionLostException)
{ {
// Ignored
} }
catch (Exception e) catch (Exception e)
{ {
@ -136,9 +138,11 @@ namespace Flow.Launcher.Core.Plugin
} }
catch (RemoteMethodNotFoundException) catch (RemoteMethodNotFoundException)
{ {
// Ignored
} }
catch (ConnectionLostException) catch (ConnectionLostException)
{ {
// Ignored
} }
catch (Exception e) catch (Exception e)
{ {