preserve extra args to puketh
useful for puking to the clipboard instead of the console
This commit is contained in:
		| @@ -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() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user