Missing 'var' in sys.inspect (Found by Oleg Slobodskoi)
This commit is contained in:
parent
8ec21059dd
commit
e55c486801
@ -121,7 +121,7 @@ exports.inspect = function (obj, showHidden, depth) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
output = keys.map(function (key) {
|
var output = keys.map(function (key) {
|
||||||
var name, str;
|
var name, str;
|
||||||
if (value.__lookupGetter__) {
|
if (value.__lookupGetter__) {
|
||||||
if (value.__lookupGetter__(key)) {
|
if (value.__lookupGetter__(key)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user