Skip to content

Commit bf97828

Browse files
committed
bugfix
1 parent e55e624 commit bf97828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lualib/main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ function api.init(desc)
194194
zip.zipfile = f
195195
args.zipfile = zipfile
196196
if zipfile == args[1] then
197-
table.remove(args[1])
197+
table.remove(args, 1)
198198
end
199199
else
200200
args.zipfile = nil

0 commit comments

Comments
 (0)