fixing issue

This commit is contained in:
Martin Karkowski 2021-10-15 16:59:56 +02:00
parent 8b3a125409
commit b2d3d19ad8

View File

@ -95,7 +95,7 @@ export async function readInArgs(
.map((item) => "\"" + item + "\"")
.join(", "),
defaultValue: "first",
action: "string",
type: "string",
dest: "defaultSelector"
});