mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Deal with table.pack corner-cases properly (#10350)
c.f., https://github.com/koreader/koreader-base/pull/1603 for more details. Re: #9624
This commit is contained in:
@@ -49,7 +49,7 @@ function Dbg:turnOn()
|
||||
if post_guard then
|
||||
post_guard(...)
|
||||
end
|
||||
return unpack(values)
|
||||
return unpack(values, 1, values.n)
|
||||
end
|
||||
end
|
||||
--- Use this instead of a regular Lua @{assert}().
|
||||
|
||||
Reference in New Issue
Block a user