Description
Problem:
The bun crash reporter feature that automatically fills out a Github issue currently places the error verbatim into the issue description. This can cause issues with characters that have markdown effects such as backslashes.
This can be observed in this issue: #20276 (comment)
There is a leading backslash in the package name but it doesn't show in the error message in the issue template.
Proposal:
Stick the error message in a codeblock