Fix Sonar issues

This commit is contained in:
Geoffroy BONNEVILLE
2020-05-20 19:03:31 +02:00
parent 45b5ae5630
commit 0e05e3fbca
3 changed files with 11 additions and 11 deletions

View File

@@ -210,7 +210,7 @@ namespace ModernKeePass
}
catch (Exception ex)
{
_log.LogError(ex);
await _log.LogError(ex);
}
finally
{