Improve code quality

This commit is contained in:
Jack251970 2025-06-13 18:28:54 +08:00
parent 3a921022f3
commit d363cade42
2 changed files with 1 additions and 2 deletions

View file

@ -228,7 +228,7 @@ namespace Flow.Launcher.Infrastructure.Http
Log.Debug(ClassName, $"Url <{url}>");
return await client.GetStringAsync(url, token);
}
catch (System.Exception e)
catch (System.Exception)
{
return string.Empty;
}

View file

@ -80,4 +80,3 @@ OpenProcess
GetProcessId
DuplicateTokenEx
CreateProcessWithTokenW
STARTUPINFO