webmcp

annotate framework/env/trace/__init.lua @ 132:3cafdf1143f3

Bugfix in json.type(...) function: Return nil if path is nonexistent, but return string "nil" if only last element is nil
author jbe
date Sun Jul 27 22:02:37 2014 +0200 (2014-07-27)
parents 0de41d8e2cf8
children a9ad9186a922
rev   line source
jbe@41 1 trace._disabled = false
bsw@115 2 trace._tree = { type = "root", start_hires_time = extos.monotonic_hires_time() }
jbe/bsw@0 3 trace._stack = { trace._tree }

Impressum / About Us