fix mangled url

Crash help text has mangled URL #61
This commit is contained in:
Shubham Gupta
2024-02-06 15:29:11 +05:30
committed by Dan Chao
parent 6ebf50a7f9
commit 99eed53cd1

View File

@@ -59,7 +59,7 @@ public class VmExceptionRenderer {
.append("Cmd+Double-click the link below to open an issue.\n")
.append(
"Please copy and paste the entire error output into the issue's description, provided you can share it.\n\n")
.append("https://github.com/apple/pkl/issues/new");
.append("https://github.com/apple/pkl/issues/new\n\n");
builder.append(
URLEncoder.encode(exceptionToReport.toString(), StandardCharsets.UTF_8)