Skip to content

Commit

Permalink
Merge branch 'lts'
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Mar 5, 2024
2 parents 894c6dd + 51e36f7 commit eb71759
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ data class RunConfig(
}.${launchClasspath.name}"
),
XMLBuilder("option").addStringOption("name", "PROGRAM_PARAMETERS")
.addStringOption("value", args.joinToString(" ")),
.addStringOption("value", args.joinToString(" ") { if (it.contains(" ")) ""$it"" else it }),
XMLBuilder("option").addStringOption("name", "VM_PARAMETERS")
.addStringOption(
"value",
Expand Down

0 comments on commit eb71759

Please sign in to comment.