mirror of
https://github.com/apple/pkl.git
synced 2026-04-24 01:08:34 +02:00
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user