webmcp

view framework/env/trace/_new_entry.lua @ 148:5354d836e6fb

Minor bugfix in json_newindex function of JSON library (should return nothing)
author jbe
date Wed Jul 30 22:32:33 2014 +0200 (2014-07-30)
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