Updated test project.
This commit is contained in:
@@ -1395,7 +1395,7 @@ namespace DynamORM.Helpers.Dynamics
|
||||
catch (TargetInvocationException e)
|
||||
{
|
||||
if (e.InnerException != null) throw e.InnerException;
|
||||
else throw e;
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user