Skip to content

Commit 81b74b8

Browse files
authored
Update Lua.fs
1 parent b60cbe9 commit 81b74b8

File tree

1 file changed

+1
-0
lines changed
  • YukimiScript.CodeGen.Lua

1 file changed

+1
-0
lines changed

YukimiScript.CodeGen.Lua/Lua.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ let generateLua (x: Dom) : string =
4646
| String x -> "\"" + Constants.string2literal x + "\"")
4747

4848
if not <| List.isEmpty args then
49+
args
4950
|> List.reduce (fun a b -> a + ", " + b)
5051
|> sb.Append
5152
|> ignore

0 commit comments

Comments
 (0)