mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
remove re-throws of exceptions, which clear the stack trace (#1760)
* remove re-throws of exceptions, which clear the stack trace * remove whitespace
This commit is contained in:
@ -46,7 +46,7 @@ namespace Bit.Admin.HostedServices
|
||||
if (i >= maxMigrationAttempts)
|
||||
{
|
||||
_logger.LogError(e, "Database failed to migrate.");
|
||||
throw e;
|
||||
throw;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user