Error log
proxy agent , In low version node Report error
const a = obj => new Proxy({},{
get(target, p){
return obj;
}
}) Use proxy, Proxy an empty object {} when , If in get In the method , The returned property is {} There is no the , The underlying layer will call getOwnPropertyDescriptor attribute , And then there are problems , For example, report the following questions

Need to be solved








