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 Philip K.F. Hölzenspies
parent 9bc7ada4ae
commit 5a8d8680c4
@@ -59,7 +59,7 @@ public class VmExceptionRenderer {
.append("Cmd+Double-click the link below to open an issue.\n") .append("Cmd+Double-click the link below to open an issue.\n")
.append( .append(
"Please copy and paste the entire error output into the issue's description, provided you can share it.\n\n") "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( builder.append(
URLEncoder.encode(exceptionToReport.toString(), StandardCharsets.UTF_8) URLEncoder.encode(exceptionToReport.toString(), StandardCharsets.UTF_8)