Skip to content

Fix LogError argument order in WebAssemblyErrorBoundaryLogger #39223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 30, 2021

Conversation

campersau
Copy link
Contributor

In #39202 the arguments which got passed into LogError were in the wrong order. The exception comes before the message. It worked because the string, Object[] overload was used instead.

@campersau campersau requested a review from a team as a code owner December 29, 2021 14:13
@ghost ghost added area-blazor Includes: Blazor, Razor Components community-contribution Indicates that the PR has been added by a community member labels Dec 29, 2021
@pranavkm pranavkm enabled auto-merge (squash) December 29, 2021 15:52
@TanayParikh
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@TanayParikh
Copy link
Contributor

Looks like @pranavkm fixed the issue https://github.com/dotnet/aspnetcore/pull/39246/files. Will need to re-run CI after that is merged.

@TanayParikh
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@pranavkm pranavkm merged commit 2a2f285 into dotnet:main Dec 30, 2021
@ghost ghost added this to the 7.0-preview1 milestone Dec 30, 2021
@campersau campersau deleted the logerror_args branch December 30, 2021 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-blazor Includes: Blazor, Razor Components community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants