fixing all warnings and info for infra (#5891)

This commit is contained in:
Clint Rutkas
2020-08-12 10:44:58 -07:00
committed by GitHub
parent db6e9b6962
commit 8888739867
15 changed files with 67 additions and 61 deletions

View File

@@ -190,7 +190,7 @@ namespace Wox.Infrastructure.Exception
return result;
}
catch (System.Exception e)
catch (System.Exception)
{
return new List<string>();
}