preserve extra args to puketh
useful for puking to the clipboard instead of the console
This commit is contained in:
parent
4ae0d05b47
commit
f4bcd11bed
@ -327,8 +327,8 @@ function puke(item, indent, seen, hidekey)
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- convenience for debugging
|
-- convenience for debugging
|
||||||
function puketh(item)
|
function puketh(item, ...)
|
||||||
printh(puke(item))
|
printh(puke(item), ...)
|
||||||
end
|
end
|
||||||
|
|
||||||
function drawgame()
|
function drawgame()
|
||||||
|
Loading…
Reference in New Issue
Block a user