Fix #4604 for good

This commit is contained in:
Ryan Nowak 2018-03-16 12:16:20 -07:00
parent ae2d82c748
commit 4875856974
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ namespace Microsoft.AspNetCore.Mvc.Infrastructure
return Task.CompletedTask;
}
Logger.ObjectResultExecuting(context);
Logger.ObjectResultExecuting(result.Value);
result.OnFormatting(context);
return selectedFormatter.WriteAsync(formatterContext);