Make the output of sys.inspect a lot more compact.
authorBenjamin Thomas <benjamin@benjaminthomas.org>
Fri, 26 Feb 2010 01:41:02 +0000 (01:41 +0000)
committerRyan Dahl <ry@tinyclouds.org>
Fri, 26 Feb 2010 02:23:11 +0000 (18:23 -0800)
commitde1521413ef53bd63c87a9698eb3611790bc5a56
tree9aa1dd696a746e7efde95d82f4ef3fabc0a50fe1
parenta2714be8b5c397700df4c80ba6f4abbaab073ea9
Make the output of sys.inspect a lot more compact.

See:
http://groups.google.com/group/nodejs/browse_thread/thread/ac060521e27fef65

By default now, sys.inspect doesn't recurse more than two times.  Pass
in null as the third parameter to make it recurse indefinitely.
doc/api.txt
lib/sys.js
test/simple/test-sys.js