Missing 'var' in sys.inspect (Found by Oleg Slobodskoi)

v0.7.4-release
isaacs 2010-08-22 13:37:08 -07:00 committed by Ryan Dahl
parent 8ec21059dd
commit e55c486801
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ exports.inspect = function (obj, showHidden, depth) {
}
}
output = keys.map(function (key) {
var output = keys.map(function (key) {
var name, str;
if (value.__lookupGetter__) {
if (value.__lookupGetter__(key)) {