We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60cbe9 commit 81b74b8Copy full SHA for 81b74b8
YukimiScript.CodeGen.Lua/Lua.fs
@@ -46,6 +46,7 @@ let generateLua (x: Dom) : string =
46
| String x -> "\"" + Constants.string2literal x + "\"")
47
48
if not <| List.isEmpty args then
49
+ args
50
|> List.reduce (fun a b -> a + ", " + b)
51
|> sb.Append
52
|> ignore
0 commit comments