preserve extra args to puketh

useful for puking to the clipboard instead of the console
This commit is contained in:
2023-09-30 14:07:23 -07:00
parent 4ae0d05b47
commit f4bcd11bed

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