Skip to content

Commit fe45699

Browse files
committed
Lua 5.3 compatibility.
1 parent 36958d9 commit fe45699

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

debugger.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,9 @@ local function compile_chunk(expr, env)
198198
end
199199
end
200200

201+
-- Wee version differences
202+
local unpack = unpack or table.unpack
203+
201204
local function cmd_print(expr)
202205
local env = local_bindings(1, true)
203206
local chunk = compile_chunk(expr, env)

0 commit comments

Comments
 (0)