简体   繁体   中英

CloudWatch show undefined in console.log on object

I have this:

console.log('pictures', pictures);
console.log('pictures.carnetFront', pictures.carnetFront);

In CloudWatch I got:

INFO    pictures { pictures: { carnetFront: 'aaaa', carnetBack: 'BB', selfie: 'CC' } }
INFO    pictures.carnetFront undefined

Why? I don't get it

在此处输入图像描述

Maybe it should be pictures.pictures.carnetFront ?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM