Skip to content

Commit

Permalink
[MouseJump] fixing failing test (microsoft#27511)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeclayton committed Oct 22, 2024
1 parent b10f475 commit 5f8b957
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ private static Bitmap LoadImageResource(string filename)
message.AppendLine(name);
}

throw new InvalidOperationException();
throw new InvalidOperationException(message.ToString());
}

var stream = assembly.GetManifestResourceStream(resourceName)
Expand Down

0 comments on commit 5f8b957

Please sign in to comment.