mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
fixing all warnings and info for infra (#5891)
This commit is contained in:
@@ -190,7 +190,7 @@ namespace Wox.Infrastructure.Exception
|
||||
|
||||
return result;
|
||||
}
|
||||
catch (System.Exception e)
|
||||
catch (System.Exception)
|
||||
{
|
||||
return new List<string>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user