webmcp

view framework/env/trace/_new_entry.lua @ 192:33c8f7029cfa

Minimum decimal floating point precision of 16 in json.encode(...)
author jbe
date Sun Aug 10 20:18:57 2014 +0200 (2014-08-10)
parents 9fdfb27f8e67
children 04b648660f9a
line source
1 function trace._new_entry(node)
2 local node = node or {}
3 table.insert(trace._stack[#trace._stack], node)
4 return node
5 end

Impressum / About Us