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
|
||||
|
||||
-- convenience for debugging
|
||||
function puketh(item)
|
||||
printh(puke(item))
|
||||
function puketh(item, ...)
|
||||
printh(puke(item), ...)
|
||||
end
|
||||
|
||||
function drawgame()
|
||||
|
Loading…
Reference in New Issue
Block a user