mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Missing 'var' in sys.inspect (Found by Oleg Slobodskoi)
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user