unpack > table.unpack
This commit is contained in:
@@ -3,4 +3,4 @@ local args = { ... }
|
||||
local target = table.remove(args, 1)
|
||||
target = shell.resolve(target)
|
||||
|
||||
fs.mount(target, unpack(args))
|
||||
fs.mount(target, table.unpack(args))
|
||||
|
||||
Reference in New Issue
Block a user