Skip to content

Commit

Permalink
Update OOM issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
verdie-g committed Jun 24, 2024
1 parent e8de2f3 commit 4915a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DotnetEventsViewer/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
{
Console.Error.WriteLine(e);
ShowFileError(e is JSException or OutOfMemoryException
? "File is too large to fit in memory. Please upvote issue https://github.com/dotnet/runtime/issues/101926"
? "File is too large to fit in memory. Please upvote issue https://github.com/dotnet/runtime/issues/102574"
: "Invalid nettrace file");
return;
}
Expand Down

0 comments on commit 4915a4d

Please sign in to comment.