Skip to content

Commit 403e2d7

Browse files
committed
Added missing %command% from help launch arg string
1 parent 0f1b929 commit 403e2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Help.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ watchEffect(async () => {
131131
if (launchType === LaunchType.NATIVE) {
132132
launchArgs.value = `${prerequisiteText} ${loaderArgs}`;
133133
} else {
134-
launchArgs.value = loaderArgs;
134+
launchArgs.value = `%command% ${loaderArgs}`;
135135
}
136136
});
137137

0 commit comments

Comments
 (0)