fix mistake of rethrowing exception (which loses call stack) to just throw (which does not)
This commit is contained in:
@@ -570,7 +570,7 @@ namespace AyaNova.Util
|
||||
{
|
||||
log.LogError(ex, $"FileUtil::BackupAttachments");
|
||||
}
|
||||
throw ex;
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user