mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 14:11:29 +00:00
Instead of erroring, just use tostring to handle functions, userdata, etc. This works for booleans and numbers, too, so no need for special handling there. Also switched from a string-concatenation model to a table-building one, with a final concatenation. This could prevent catastrophic slowness with representing large tables due to continuous reallocation of strings.
3.4 KiB
3.4 KiB