mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Improve code quality
This commit is contained in:
parent
3a921022f3
commit
d363cade42
2 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -80,4 +80,3 @@ OpenProcess
|
|||
GetProcessId
|
||||
DuplicateTokenEx
|
||||
CreateProcessWithTokenW
|
||||
STARTUPINFO
|
||||
Loading…
Reference in a new issue