preserve extra args to puketh

useful for puking to the clipboard instead of the console
This commit is contained in:
Kistaro Windrider 2023-09-30 14:07:23 -07:00
parent 4ae0d05b47
commit f4bcd11bed
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -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()