mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
Missing 'var' in sys.inspect (Found by Oleg Slobodskoi)
This commit is contained in:
parent
8ec21059dd
commit
e55c486801
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue