We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c6009 commit cb135cbCopy full SHA for cb135cb
1 file changed
lua.lua
@@ -3,7 +3,7 @@ if args[1]=="--file" or args[1]=="-f" then
3
local f=loadfile (args[2])
4
dfhack.pcall(f,table.unpack(args,3))
5
elseif args[1]~=nil then
6
- local f=load(args[1],'=(lua command)', 't',)
+ local f=load(args[1],'=(lua command)', 't')
7
dfhack.pcall(f,table.unpack(args,2))
8
else
9
dfhack.interpreter("lua","lua.history")
0 commit comments